#4F4071

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

Shades of Meteorite #4F4071

Tints of Meteorite #4F4071

Color information

#4F4071 (or 0x4F4071) is unknown color: approx Meteorite. HEX triplet: 4F, 40 and 71. RGB value is (79,64,113). Sum of RGB (Red+Green+Blue) = 79+64+113=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4071 is #B0BF8E. Grayscale: #494949. Windows color (decimal): -11583375 or 7422031. OLE color: 7422031.

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

Color convert

RGB7964113-
CMYK0.300.4300.56
HSL258.37º27.68%34.71%-
HSV(B)258.37º43.36%44.31%-
XYZ8.046.5216.46-
YUV74.07149.97131.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=30.86%
G=25%
B=44.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79641130.300.4300.56258.3727.6834.71
Hex4F40711E2B0381021c23
Octal11710016136530704023443
Binary10011111000000111000111110101011011100010000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,113); }

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

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

 a { background-color: rgb(79,64,113); }

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

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

 span { border-color: rgb(79,64,113); }

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