#4C339C

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

Shades of Blue Gem #4C339C

Tints of Blue Gem #4C339C

Color information

#4C339C (or 0x4C339C) is unknown color: approx Blue Gem. HEX triplet: 4C, 33 and 9C. RGB value is (76,51,156). Sum of RGB (Red+Green+Blue) = 76+51+156=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C339C is #B3CC63. Grayscale: #464646. Windows color (decimal): -11783268 or 10236748. OLE color: 10236748.

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

Color convert

RGB7651156-
CMYK0.510.6700.39
HSL254.29º50.72%40.59%-
HSV(B)254.29º67.31%61.18%-
XYZ10.176.332.13-
YUV70.44176.28131.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=26.86%
G=18.02%
B=55.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76511560.510.6700.39254.2950.7240.59
Hex4C339C3343027fe3329
Octal11463234631030473766351
Binary1001100110011100111001100111000011010011111111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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