#4F436A

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

Shades of Meteorite #4F436A

Tints of Meteorite #4F436A

Color information

#4F436A (or 0x4F436A) is unknown color: approx Meteorite. HEX triplet: 4F, 43 and 6A. RGB value is (79,67,106). Sum of RGB (Red+Green+Blue) = 79+67+106=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436A is #B0BC95. Grayscale: #4A4A4A. Windows color (decimal): -11582614 or 6964047. OLE color: 6964047.

HSL color Cylindrical-coordinate representation of color #4F436A: hue angle of 258.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F436A is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7967106-
CMYK0.250.3700.58
HSL258.46º22.54%33.92%-
HSV(B)258.46º36.79%41.57%-
XYZ7.836.7214.52-
YUV75.03145.48130.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.35%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=31.35%
G=26.59%
B=42.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79671060.250.3700.58258.4622.5433.92
Hex4F436A192503A1021722
Octal11710315231450724022742
Binary10011111000011110101011001100101011101010000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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