#4C405F

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

Shades of Meteorite #4C405F

Tints of Meteorite #4C405F

Color information

#4C405F (or 0x4C405F) is unknown color: approx Meteorite. HEX triplet: 4C, 40 and 5F. RGB value is (76,64,95). Sum of RGB (Red+Green+Blue) = 76+64+95=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C405F is #B3BFA0. Grayscale: #474747. Windows color (decimal): -11780001 or 6242380. OLE color: 6242380.

HSL color Cylindrical-coordinate representation of color #4C405F: hue angle of 263.23º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C405F is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB766495-
CMYK0.200.3300.63
HSL263.23º19.5%31.18%-
HSV(B)263.23º32.63%37.25%-
XYZ6.886.0311.63-
YUV71.12141.48131.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=32.34%
G=27.23%
B=40.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7664950.200.3300.63263.2319.531.18
Hex4C405F142103F107131f
Octal11410013724410774072337
Binary1001100100000010111111010010000101111111000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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