#4C4566

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

Shades of Meteorite #4C4566

Tints of Meteorite #4C4566

Color information

#4C4566 (or 0x4C4566) is unknown color: approx Meteorite. HEX triplet: 4C, 45 and 66. RGB value is (76,69,102). Sum of RGB (Red+Green+Blue) = 76+69+102=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4566 is #B3BA99. Grayscale: #4A4A4A. Windows color (decimal): -11778714 or 6702412. OLE color: 6702412.

HSL color Cylindrical-coordinate representation of color #4C4566: hue angle of 252.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4566 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7669102-
CMYK0.250.3200.6
HSL252.73º19.3%33.53%-
HSV(B)252.73º32.35%40%-
XYZ7.516.7513.48-
YUV74.86143.32128.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=30.77%
G=27.94%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76691020.250.3200.6252.7319.333.53
Hex4C4566192003Cfd1322
Octal11410514631400743752342
Binary1001100100010111001101100110000001111001111110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,102); }

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

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

 a { background-color: rgb(76,69,102); }

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

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

 span { border-color: rgb(76,69,102); }

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