#4F4365

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

Shades of Meteorite #4F4365

Tints of Meteorite #4F4365

Color information

#4F4365 (or 0x4F4365) is unknown color: approx Meteorite. HEX triplet: 4F, 43 and 65. RGB value is (79,67,101). Sum of RGB (Red+Green+Blue) = 79+67+101=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F4365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4365 is #B0BC9A. Grayscale: #4A4A4A. Windows color (decimal): -11582619 or 6636367. OLE color: 6636367.

HSL color Cylindrical-coordinate representation of color #4F4365: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F4365 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7967101-
CMYK0.220.3400.60
HSL261.18º20.24%32.94%-
HSV(B)261.18º33.66%39.61%-
XYZ7.586.6213.19-
YUV74.46142.98131.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=31.98%
G=27.13%
B=40.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79671010.220.3400.60261.1820.2432.94
Hex4F4365162203C1051421
Octal11710314526420744052441
Binary10011111000011110010110110100010011110010000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,101); }

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

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

 a { background-color: rgb(79,67,101); }

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

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

 span { border-color: rgb(79,67,101); }

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