#4C4273

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

Shades of Meteorite #4C4273

Tints of Meteorite #4C4273

Color information

#4C4273 (or 0x4C4273) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 73. RGB value is (76,66,115). Sum of RGB (Red+Green+Blue) = 76+66+115=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4273 is #B3BD8C. Grayscale: #4A4A4A. Windows color (decimal): -11779469 or 7553612. OLE color: 7553612.

HSL color Cylindrical-coordinate representation of color #4C4273: hue angle of 252.24º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C4273 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7666115-
CMYK0.340.4300.55
HSL252.24º27.07%35.49%-
HSV(B)252.24º42.61%45.1%-
XYZ8.026.6717.08-
YUV74.58150.81129.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=29.57%
G=25.68%
B=44.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76661150.340.4300.55252.2427.0735.49
Hex4C4273222B037fc1b23
Octal11410216342530673743343
Binary10011001000010111001110001010101101101111111110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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