#4F436E

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

Shades of Meteorite #4F436E

Tints of Meteorite #4F436E

Color information

#4F436E (or 0x4F436E) is unknown color: approx Meteorite. HEX triplet: 4F, 43 and 6E. RGB value is (79,67,110). Sum of RGB (Red+Green+Blue) = 79+67+110=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436E is #B0BC91. Grayscale: #4B4B4B. Windows color (decimal): -11582610 or 7226191. OLE color: 7226191.

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

Color convert

RGB7967110-
CMYK0.280.3900.57
HSL256.74º24.29%34.71%-
HSV(B)256.74º39.09%43.14%-
XYZ8.056.815.64-
YUV75.49147.48130.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=30.86%
G=26.17%
B=42.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79671100.280.3900.57256.7424.2934.71
Hex4F436E1C270391011823
Octal11710315634470714013043
Binary10011111000011110111011100100111011100110000000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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