#4C406E

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

Shades of Meteorite #4C406E

Tints of Meteorite #4C406E

Color information

#4C406E (or 0x4C406E) is unknown color: approx Meteorite. HEX triplet: 4C, 40 and 6E. RGB value is (76,64,110). Sum of RGB (Red+Green+Blue) = 76+64+110=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C406E is #B3BF91. Grayscale: #484848. Windows color (decimal): -11779986 or 7225420. OLE color: 7225420.

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

Color convert

RGB7664110-
CMYK0.310.4200.57
HSL255.65º26.44%34.12%-
HSV(B)255.65º41.82%43.14%-
XYZ7.636.3315.57-
YUV72.83148.98130.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 110 (43.36% from 255) = 44%
R=30.4%
G=25.6%
B=44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76641100.310.4200.57255.6526.4434.12
Hex4C406E1F2A0391001a22
Octal11410015637520714003242
Binary10011001000000110111011111101010011100110000000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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