#4C4292

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

Shades of Blue Gem #4C4292

Tints of Blue Gem #4C4292

Color information

#4C4292 (or 0x4C4292) is unknown color: approx Blue Gem. HEX triplet: 4C, 42 and 92. RGB value is (76,66,146). Sum of RGB (Red+Green+Blue) = 76+66+146=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C4292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4292 is #B3BD6D. Grayscale: #4D4D4D. Windows color (decimal): -11779438 or 9585228. OLE color: 9585228.

HSL color Cylindrical-coordinate representation of color #4C4292: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C4292 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7666146-
CMYK0.480.5500.43
HSL247.5º37.74%41.57%-
HSV(B)247.5º54.79%57.25%-
XYZ10.127.5128.11-
YUV78.11166.31126.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.39%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=26.39%
G=22.92%
B=50.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76661460.480.5500.43247.537.7441.57
Hex4C4292303702Bf8262a
Octal11410222260670533704652
Binary1001100100001010010010110000110111010101111111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,146); }

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

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

 a { background-color: rgb(76,66,146); }

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

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

 span { border-color: rgb(76,66,146); }

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