#4C416E

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

Shades of Meteorite #4C416E

Tints of Meteorite #4C416E

Color information

#4C416E (or 0x4C416E) is unknown color: approx Meteorite. HEX triplet: 4C, 41 and 6E. RGB value is (76,65,110). Sum of RGB (Red+Green+Blue) = 76+65+110=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C416E is #B3BE91. Grayscale: #494949. Windows color (decimal): -11779730 or 7225676. OLE color: 7225676.

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

Color convert

RGB7665110-
CMYK0.310.4100.57
HSL254.67º25.71%34.31%-
HSV(B)254.67º40.91%43.14%-
XYZ7.696.4415.59-
YUV73.42148.64129.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=30.28%
G=25.90%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76651100.310.4100.57254.6725.7134.31
Hex4C416E1F29039ff1a22
Octal11410115637510713773242
Binary1001100100000111011101111110100101110011111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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