#4F4273

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

Shades of Meteorite #4F4273

Tints of Meteorite #4F4273

Color information

#4F4273 (or 0x4F4273) is unknown color: approx Meteorite. HEX triplet: 4F, 42 and 73. RGB value is (79,66,115). Sum of RGB (Red+Green+Blue) = 79+66+115=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4273 is #B0BD8C. Grayscale: #4B4B4B. Windows color (decimal): -11582861 or 7553615. OLE color: 7553615.

HSL color Cylindrical-coordinate representation of color #4F4273: hue angle of 255.92º 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 #4F4273 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7966115-
CMYK0.310.4300.55
HSL255.92º27.07%35.49%-
HSV(B)255.92º42.61%45.1%-
XYZ8.276.817.1-
YUV75.47150.31130.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=30.38%
G=25.38%
B=44.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79661150.310.4300.55255.9227.0735.49
Hex4F42731F2B0371001b23
Octal11710216337530674003343
Binary10011111000010111001111111101011011011110000000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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