#4F4174

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

Shades of Meteorite #4F4174

Tints of Meteorite #4F4174

Color information

#4F4174 (or 0x4F4174) is unknown color: approx Meteorite. HEX triplet: 4F, 41 and 74. RGB value is (79,65,116). Sum of RGB (Red+Green+Blue) = 79+65+116=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F4174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4174 is #B0BE8B. Grayscale: #4A4A4A. Windows color (decimal): -11583116 or 7618895. OLE color: 7618895.

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

Color convert

RGB7965116-
CMYK0.320.4400.55
HSL256.47º28.18%35.49%-
HSV(B)256.47º43.97%45.49%-
XYZ8.276.717.38-
YUV75151.14130.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=30.38%
G=25%
B=44.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79651160.320.4400.55256.4728.1835.49
Hex4F4174202C0371001c23
Octal11710116440540674003443
Binary100111110000011110100100000101100011011110000000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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