#4C406B

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

Shades of Meteorite #4C406B

Tints of Meteorite #4C406B

Color information

#4C406B (or 0x4C406B) is unknown color: approx Meteorite. HEX triplet: 4C, 40 and 6B. RGB value is (76,64,107). Sum of RGB (Red+Green+Blue) = 76+64+107=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C406B is #B3BF94. Grayscale: #484848. Windows color (decimal): -11779989 or 7028812. OLE color: 7028812.

HSL color Cylindrical-coordinate representation of color #4C406B: hue angle of 256.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C406B is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7664107-
CMYK0.290.4000.58
HSL256.74º25.15%33.53%-
HSV(B)256.74º40.19%41.96%-
XYZ7.476.2614.73-
YUV72.49147.48130.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=30.77%
G=25.91%
B=43.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76641070.290.4000.58256.7425.1533.53
Hex4C406B1D2803A1011922
Octal11410015335500724013142
Binary10011001000000110101111101101000011101010000000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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