#4F386D

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

Shades of Meteorite #4F386D

Tints of Meteorite #4F386D

Color information

#4F386D (or 0x4F386D) is unknown color: approx Meteorite. HEX triplet: 4F, 38 and 6D. RGB value is (79,56,109). Sum of RGB (Red+Green+Blue) = 79+56+109=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F386D is #B0C792. Grayscale: #444444. Windows color (decimal): -11585427 or 7157839. OLE color: 7157839.

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

Color convert

RGB7956109-
CMYK0.280.4900.57
HSL266.04º32.12%32.35%-
HSV(B)266.04º48.62%42.75%-
XYZ7.45.5915.16-
YUV68.92150.62135.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=32.38%
G=22.95%
B=44.67%

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
Decimal79561090.280.4900.57266.0432.1232.35
Hex4F386D1C3103910a2020
Octal1177015534610714124040
Binary10011111110001101101111001100010111001100001010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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