#4C426F

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

Shades of Meteorite #4C426F

Tints of Meteorite #4C426F

Color information

#4C426F (or 0x4C426F) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 6F. RGB value is (76,66,111). Sum of RGB (Red+Green+Blue) = 76+66+111=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426F is #B3BD90. Grayscale: #494949. Windows color (decimal): -11779473 or 7291468. OLE color: 7291468.

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

Color convert

RGB7666111-
CMYK0.320.4100.56
HSL253.33º25.42%34.71%-
HSV(B)253.33º40.54%43.53%-
XYZ7.86.5815.9-
YUV74.12148.81129.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=30.04%
G=26.09%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76661110.320.4100.56253.3325.4234.71
Hex4C426F2029038fd1923
Octal11410215740510703753143
Binary10011001000010110111110000010100101110001111110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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