#4F3A75

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

Shades of Meteorite #4F3A75

Tints of Meteorite #4F3A75

Color information

#4F3A75 (or 0x4F3A75) is unknown color: approx Meteorite. HEX triplet: 4F, 3A and 75. RGB value is (79,58,117). Sum of RGB (Red+Green+Blue) = 79+58+117=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F3A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3A75 is #B0C58A. Grayscale: #464646. Windows color (decimal): -11584907 or 7682639. OLE color: 7682639.

HSL color Cylindrical-coordinate representation of color #4F3A75: hue angle of 261.36º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F3A75 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7958117-
CMYK0.320.5000.54
HSL261.36º33.71%34.31%-
HSV(B)261.36º50.43%45.88%-
XYZ7.955.9717.56-
YUV71153.96133.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=31.10%
G=22.83%
B=46.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79581170.320.5000.54261.3633.7134.31
Hex4F3A7520320361052222
Octal1177216540620664054242
Binary100111111101011101011000001100100110110100000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,58,117); }

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

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

 a { background-color: rgb(79,58,117); }

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

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

 span { border-color: rgb(79,58,117); }

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