#4F3C66

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

Shades of Meteorite #4F3C66

Tints of Meteorite #4F3C66

Color information

#4F3C66 (or 0x4F3C66) is unknown color: approx Meteorite. HEX triplet: 4F, 3C and 66. RGB value is (79,60,102). Sum of RGB (Red+Green+Blue) = 79+60+102=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F3C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3C66 is #B0C399. Grayscale: #464646. Windows color (decimal): -11584410 or 6700111. OLE color: 6700111.

HSL color Cylindrical-coordinate representation of color #4F3C66: hue angle of 267.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F3C66 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7960102-
CMYK0.230.4100.6
HSL267.14º25.93%31.76%-
HSV(B)267.14º41.18%40%-
XYZ7.245.8513.32-
YUV70.47145.79134.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=32.78%
G=24.90%
B=42.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79601020.230.4100.6267.1425.9331.76
Hex4F3C66172903C10b1a20
Octal1177414627510744133240
Binary1001111111100110011010111101001011110010000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,102); }

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

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

 a { background-color: rgb(79,60,102); }

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

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

 span { border-color: rgb(79,60,102); }

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