#4F4473

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

Shades of Meteorite #4F4473

Tints of Meteorite #4F4473

Color information

#4F4473 (or 0x4F4473) is unknown color: approx Meteorite. HEX triplet: 4F, 44 and 73. RGB value is (79,68,115). Sum of RGB (Red+Green+Blue) = 79+68+115=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F4473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4473 is #B0BB8C. Grayscale: #4C4C4C. Windows color (decimal): -11582349 or 7554127. OLE color: 7554127.

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

Color convert

RGB7968115-
CMYK0.310.4100.55
HSL254.04º25.68%35.88%-
HSV(B)254.04º40.87%45.1%-
XYZ8.397.0317.14-
YUV76.65149.64129.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.15%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=30.15%
G=25.95%
B=43.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79681150.310.4100.55254.0425.6835.88
Hex4F44731F29037fe1a24
Octal11710416337510673763244
Binary1001111100010011100111111110100101101111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,115); }

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

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

 a { background-color: rgb(79,68,115); }

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

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

 span { border-color: rgb(79,68,115); }

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