#4F426E

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

Shades of Meteorite #4F426E

Tints of Meteorite #4F426E

Color information

#4F426E (or 0x4F426E) is unknown color: approx Meteorite. HEX triplet: 4F, 42 and 6E. RGB value is (79,66,110). Sum of RGB (Red+Green+Blue) = 79+66+110=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F426E is #B0BD91. Grayscale: #4A4A4A. Windows color (decimal): -11582866 or 7225935. OLE color: 7225935.

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

Color convert

RGB7966110-
CMYK0.280.400.57
HSL257.73º25%34.51%-
HSV(B)257.73º40%43.14%-
XYZ7.996.6815.62-
YUV74.9147.81130.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=30.98%
G=25.88%
B=43.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79661100.280.400.57257.732534.51
Hex4F426E1C280391021923
Octal11710215634500714023143
Binary10011111000010110111011100101000011100110000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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