#4C426E

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

Shades of Meteorite #4C426E

Tints of Meteorite #4C426E

Color information

#4C426E (or 0x4C426E) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 6E. RGB value is (76,66,110). Sum of RGB (Red+Green+Blue) = 76+66+110=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426E is #B3BD91. Grayscale: #494949. Windows color (decimal): -11779474 or 7225932. OLE color: 7225932.

HSL color Cylindrical-coordinate representation of color #4C426E: hue angle of 253.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C426E is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7666110-
CMYK0.310.400.57
HSL253.64º25%34.51%-
HSV(B)253.64º40%43.14%-
XYZ7.746.5615.61-
YUV74.01148.31129.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=30.16%
G=26.19%
B=43.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76661100.310.400.57253.642534.51
Hex4C426E1F28039fe1923
Octal11410215637500713763143
Binary1001100100001011011101111110100001110011111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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