#4C446F

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

Shades of Meteorite #4C446F

Tints of Meteorite #4C446F

Color information

#4C446F (or 0x4C446F) is unknown color: approx Meteorite. HEX triplet: 4C, 44 and 6F. RGB value is (76,68,111). Sum of RGB (Red+Green+Blue) = 76+68+111=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446F is #B3BB90. Grayscale: #4B4B4B. Windows color (decimal): -11778961 or 7291980. OLE color: 7291980.

HSL color Cylindrical-coordinate representation of color #4C446F: hue angle of 251.16º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C446F is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7668111-
CMYK0.320.3900.56
HSL251.16º24.02%35.1%-
HSV(B)251.16º38.74%43.53%-
XYZ7.926.8215.94-
YUV75.29148.15128.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.80%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=29.80%
G=26.67%
B=43.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76681110.320.3900.56251.1624.0235.1
Hex4C446F2027038fb1823
Octal11410415740470703733043
Binary10011001000100110111110000010011101110001111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,111); }

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

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

 a { background-color: rgb(76,68,111); }

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

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

 span { border-color: rgb(76,68,111); }

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