#4F4078

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

Shades of Meteorite #4F4078

Tints of Meteorite #4F4078

Color information

#4F4078 (or 0x4F4078) is unknown color: approx Meteorite. HEX triplet: 4F, 40 and 78. RGB value is (79,64,120). Sum of RGB (Red+Green+Blue) = 79+64+120=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F4078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4078 is #B0BF87. Grayscale: #4A4A4A. Windows color (decimal): -11583368 or 7880783. OLE color: 7880783.

HSL color Cylindrical-coordinate representation of color #4F4078: hue angle of 256.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F4078 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7964120-
CMYK0.340.4700.53
HSL256.07º30.43%36.08%-
HSV(B)256.07º46.67%47.06%-
XYZ8.456.6918.61-
YUV74.87153.47130.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=30.04%
G=24.33%
B=45.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79641200.340.4700.53256.0730.4336.08
Hex4F4078222F0351001e24
Octal11710017042570654003644
Binary100111110000001111000100010101111011010110000000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,120); }

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

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

 a { background-color: rgb(79,64,120); }

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

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

 span { border-color: rgb(79,64,120); }

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