#4F426A

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

Shades of Meteorite #4F426A

Tints of Meteorite #4F426A

Color information

#4F426A (or 0x4F426A) is unknown color: approx Meteorite. HEX triplet: 4F, 42 and 6A. RGB value is (79,66,106). Sum of RGB (Red+Green+Blue) = 79+66+106=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F426A is #B0BD95. Grayscale: #4A4A4A. Windows color (decimal): -11582870 or 6963791. OLE color: 6963791.

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

Color convert

RGB7966106-
CMYK0.250.3800.58
HSL259.5º23.26%33.73%-
HSV(B)259.5º37.74%41.57%-
XYZ7.776.614.5-
YUV74.45145.81131.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=31.47%
G=26.29%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79661060.250.3800.58259.523.2633.73
Hex4F426A192603A1041722
Octal11710215231460724042742
Binary10011111000010110101011001100110011101010000010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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