#4F386E

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

Shades of Meteorite #4F386E

Tints of Meteorite #4F386E

Color information

#4F386E (or 0x4F386E) is unknown color: approx Meteorite. HEX triplet: 4F, 38 and 6E. RGB value is (79,56,110). Sum of RGB (Red+Green+Blue) = 79+56+110=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F386E is #B0C791. Grayscale: #444444. Windows color (decimal): -11585426 or 7223375. OLE color: 7223375.

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

Color convert

RGB7956110-
CMYK0.280.4900.57
HSL265.56º32.53%32.55%-
HSV(B)265.56º49.09%43.14%-
XYZ7.455.6215.44-
YUV69.03151.12135.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=32.24%
G=22.86%
B=44.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79561100.280.4900.57265.5632.5332.55
Hex4F386E1C3103910a2121
Octal1177015634610714124141
Binary10011111110001101110111001100010111001100001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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