#4F426C

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

Shades of Meteorite #4F426C

Tints of Meteorite #4F426C

Color information

#4F426C (or 0x4F426C) is unknown color: approx Meteorite. HEX triplet: 4F, 42 and 6C. RGB value is (79,66,108). Sum of RGB (Red+Green+Blue) = 79+66+108=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F426C is #B0BD93. Grayscale: #4A4A4A. Windows color (decimal): -11582868 or 7094863. OLE color: 7094863.

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

Color convert

RGB7966108-
CMYK0.270.3900.58
HSL258.57º24.14%34.12%-
HSV(B)258.57º38.89%42.35%-
XYZ7.886.6415.05-
YUV74.68146.81131.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=31.23%
G=26.09%
B=42.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79661080.270.3900.58258.5724.1434.12
Hex4F426C1B2703A1031822
Octal11710215433470724033042
Binary10011111000010110110011011100111011101010000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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