#4F416D

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

Shades of Meteorite #4F416D

Tints of Meteorite #4F416D

Color information

#4F416D (or 0x4F416D) is unknown color: approx Meteorite. HEX triplet: 4F, 41 and 6D. RGB value is (79,65,109). Sum of RGB (Red+Green+Blue) = 79+65+109=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F416D is #B0BE92. Grayscale: #4A4A4A. Windows color (decimal): -11583123 or 7160143. OLE color: 7160143.

HSL color Cylindrical-coordinate representation of color #4F416D: hue angle of 259.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F416D is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7965109-
CMYK0.280.4000.57
HSL259.09º25.29%34.12%-
HSV(B)259.09º40.37%42.75%-
XYZ7.886.5515.32-
YUV74.2147.64131.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=31.23%
G=25.69%
B=43.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79651090.280.4000.57259.0925.2934.12
Hex4F416D1C280391031922
Octal11710115534500714033142
Binary10011111000001110110111100101000011100110000001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,109); }

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

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

 a { background-color: rgb(79,65,109); }

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

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

 span { border-color: rgb(79,65,109); }

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