#4F3B6C

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

Shades of Meteorite #4F3B6C

Tints of Meteorite #4F3B6C

Color information

#4F3B6C (or 0x4F3B6C) is unknown color: approx Meteorite. HEX triplet: 4F, 3B and 6C. RGB value is (79,59,108). Sum of RGB (Red+Green+Blue) = 79+59+108=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F3B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3B6C is #B0C493. Grayscale: #464646. Windows color (decimal): -11584660 or 7093071. OLE color: 7093071.

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

Color convert

RGB7959108-
CMYK0.270.4500.58
HSL264.49º29.34%32.75%-
HSV(B)264.49º45.37%42.35%-
XYZ7.55.8714.93-
YUV70.57149.13134.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=32.11%
G=23.98%
B=43.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79591080.270.4500.58264.4929.3432.75
Hex4F3B6C1B2D03A1081d21
Octal1177315433550724103541
Binary1001111111011110110011011101101011101010000100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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