#4C3860

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

Shades of Meteorite #4C3860

Tints of Meteorite #4C3860

Color information

#4C3860 (or 0x4C3860) is unknown color: approx Meteorite. HEX triplet: 4C, 38 and 60. RGB value is (76,56,96). Sum of RGB (Red+Green+Blue) = 76+56+96=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3860 is #B3C79F. Grayscale: #424242. Windows color (decimal): -11782048 or 6305868. OLE color: 6305868.

HSL color Cylindrical-coordinate representation of color #4C3860: hue angle of 270º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C3860 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB765696-
CMYK0.210.4200.62
HSL270º26.32%29.8%-
HSV(B)270º41.67%37.65%-
XYZ6.515.2111.73-
YUV66.54144.63134.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=33.33%
G=24.56%
B=42.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7656960.210.4200.6227026.3229.8
Hex4C3860152A03E10e1a1e
Octal1147014025520764163236
Binary100110011100011000001010110101001111101000011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,56,96); }

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

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

 a { background-color: rgb(76,56,96); }

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

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

 span { border-color: rgb(76,56,96); }

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