#4C426C

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

Shades of Meteorite #4C426C

Tints of Meteorite #4C426C

Color information

#4C426C (or 0x4C426C) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 6C. RGB value is (76,66,108). Sum of RGB (Red+Green+Blue) = 76+66+108=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426C is #B3BD93. Grayscale: #494949. Windows color (decimal): -11779476 or 7094860. OLE color: 7094860.

HSL color Cylindrical-coordinate representation of color #4C426C: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C426C is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7666108-
CMYK0.300.3900.58
HSL254.29º24.14%34.12%-
HSV(B)254.29º38.89%42.35%-
XYZ7.646.5215.04-
YUV73.78147.31129.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=30.4%
G=26.4%
B=43.2%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76661080.300.3900.58254.2924.1434.12
Hex4C426C1E2703Afe1822
Octal11410215436470723763042
Binary1001100100001011011001111010011101110101111111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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