#4C339E

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

Shades of Blue Gem #4C339E

Tints of Blue Gem #4C339E

Color information

#4C339E (or 0x4C339E) is unknown color: approx Blue Gem. HEX triplet: 4C, 33 and 9E. RGB value is (76,51,158). Sum of RGB (Red+Green+Blue) = 76+51+158=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C339E is #B3CC61. Grayscale: #464646. Windows color (decimal): -11783266 or 10367820. OLE color: 10367820.

HSL color Cylindrical-coordinate representation of color #4C339E: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C339E is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7651158-
CMYK0.520.6800.38
HSL254.02º51.2%40.98%-
HSV(B)254.02º67.72%61.96%-
XYZ10.346.3733.03-
YUV70.67177.28131.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=26.67%
G=17.89%
B=55.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76511580.520.6800.38254.0251.240.98
Hex4C339E3444026fe3329
Octal11463236641040463766351
Binary1001100110011100111101101001000100010011011111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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