#4B2C8C

Color #4B2C8C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4B2C8C

Tints of Blue Gem #4B2C8C

Color information

#4B2C8C (or 0x4B2C8C) is unknown color: approx Blue Gem. HEX triplet: 4B, 2C and 8C. RGB value is (75,44,140). Sum of RGB (Red+Green+Blue) = 75+44+140=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B2C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2C8C is #B4D373. Grayscale: #3F3F3F. Windows color (decimal): -11850612 or 9186379. OLE color: 9186379.

HSL color Cylindrical-coordinate representation of color #4B2C8C: hue angle of 259.38º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2C8C is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7544140-
CMYK0.460.6900.45
HSL259.38º52.17%36.08%-
HSV(B)259.38º68.57%54.9%-
XYZ8.545.1925.36-
YUV64.21170.77135.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=28.96%
G=16.99%
B=54.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75441400.460.6900.45259.3852.1736.08
Hex4B2C8C2E4502D1033424
Octal11354214561050554036444
Binary10010111011001000110010111010001010101101100000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2C8C; }

 p { color: rgb(75,44,140); }

 H1.HeaderClassName
 {
   color: #4B2C8C;
 }
 .AnyTagClassName
 {
   color: #4B2C8C;
 }
</style>
background-color css

<style>
 a { background-color: #4B2C8C; }

 a { background-color: rgb(75,44,140); }

 div.DivClassName
 {
   background-color: #4B2C8C;
 }
 .BgClassName
 {
   background-color: #4B2C8C;
 }
</style>
border-color css

<style>
 span { border-color: #4B2C8C; }

 span { border-color: rgb(75,44,140); }

 td.TdClassName
 {
   border-color: #4B2C8C;
 }
 .TagClassName
 {
   border-color: #4B2C8C;
 }
</style>