#4C439C

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

Shades of Blue Gem #4C439C

Tints of Blue Gem #4C439C

Color information

#4C439C (or 0x4C439C) is unknown color: approx Blue Gem. HEX triplet: 4C, 43 and 9C. RGB value is (76,67,156). Sum of RGB (Red+Green+Blue) = 76+67+156=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C439C is #B3BC63. Grayscale: #4F4F4F. Windows color (decimal): -11779172 or 10240844. OLE color: 10240844.

HSL color Cylindrical-coordinate representation of color #4C439C: hue angle of 246.07º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C439C is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7667156-
CMYK0.510.5700.39
HSL246.07º39.91%43.73%-
HSV(B)246.07º57.05%61.18%-
XYZ10.997.9532.41-
YUV79.84170.98125.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=25.42%
G=22.41%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76671560.510.5700.39246.0739.9143.73
Hex4C439C3339027f6282c
Octal11410323463710473665054
Binary1001100100001110011100110011111001010011111110110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,156); }

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

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

 a { background-color: rgb(76,67,156); }

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

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

 span { border-color: rgb(76,67,156); }

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