#4C4270

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

Shades of Meteorite #4C4270

Tints of Meteorite #4C4270

Color information

#4C4270 (or 0x4C4270) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 70. RGB value is (76,66,112). Sum of RGB (Red+Green+Blue) = 76+66+112=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4270 is #B3BD8F. Grayscale: #4A4A4A. Windows color (decimal): -11779472 or 7357004. OLE color: 7357004.

HSL color Cylindrical-coordinate representation of color #4C4270: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C4270 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7666112-
CMYK0.320.4100.56
HSL253.04º25.84%34.9%-
HSV(B)253.04º41.07%43.92%-
XYZ7.856.616.19-
YUV74.23149.31129.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=29.92%
G=25.98%
B=44.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76661120.320.4100.56253.0425.8434.9
Hex4C42702029038fd1a23
Octal11410216040510703753243
Binary10011001000010111000010000010100101110001111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,112); }

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

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

 a { background-color: rgb(76,66,112); }

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

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

 span { border-color: rgb(76,66,112); }

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