#4F386F

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

Shades of Meteorite #4F386F

Tints of Meteorite #4F386F

Color information

#4F386F (or 0x4F386F) is unknown color: approx Meteorite. HEX triplet: 4F, 38 and 6F. RGB value is (79,56,111). Sum of RGB (Red+Green+Blue) = 79+56+111=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F386F is #B0C790. Grayscale: #444444. Windows color (decimal): -11585425 or 7288911. OLE color: 7288911.

HSL color Cylindrical-coordinate representation of color #4F386F: hue angle of 265.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F386F is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7956111-
CMYK0.290.5000.56
HSL265.09º32.93%32.75%-
HSV(B)265.09º49.55%43.53%-
XYZ7.515.6415.73-
YUV69.15151.62135.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=32.11%
G=22.76%
B=45.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79561110.290.5000.56265.0932.9332.75
Hex4F386F1D320381092121
Octal1177015735620704114141
Binary10011111110001101111111011100100111000100001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,56,111); }

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

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

 a { background-color: rgb(79,56,111); }

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

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

 span { border-color: rgb(79,56,111); }

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