#4F3D74

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

Shades of Meteorite #4F3D74

Tints of Meteorite #4F3D74

Color information

#4F3D74 (or 0x4F3D74) is unknown color: approx Meteorite. HEX triplet: 4F, 3D and 74. RGB value is (79,61,116). Sum of RGB (Red+Green+Blue) = 79+61+116=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F3D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3D74 is #B0C28B. Grayscale: #484848. Windows color (decimal): -11584140 or 7617871. OLE color: 7617871.

HSL color Cylindrical-coordinate representation of color #4F3D74: hue angle of 259.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F3D74 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7961116-
CMYK0.320.4700.55
HSL259.64º31.07%34.71%-
HSV(B)259.64º47.41%45.49%-
XYZ8.056.2617.31-
YUV72.65152.46132.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=30.86%
G=23.83%
B=45.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79611160.320.4700.55259.6431.0734.71
Hex4F3D74202F0371041f23
Octal1177516440570674043743
Binary10011111111011110100100000101111011011110000010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,61,116); }

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

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

 a { background-color: rgb(79,61,116); }

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

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

 span { border-color: rgb(79,61,116); }

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