#504474

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

Shades of Meteorite #504474

Tints of Meteorite #504474

Color information

#504474 (or 0x504474) is unknown color: approx Meteorite. HEX triplet: 50, 44 and 74. RGB value is (80,68,116). Sum of RGB (Red+Green+Blue) = 80+68+116=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #504474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504474 is #AFBB8B. Grayscale: #4C4C4C. Windows color (decimal): -11516812 or 7619664. OLE color: 7619664.

HSL color Cylindrical-coordinate representation of color #504474: hue angle of 255º 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 #504474 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8068116-
CMYK0.310.4100.55
HSL255º26.09%36.08%-
HSV(B)255º41.38%45.49%-
XYZ8.537.117.44-
YUV77.06149.98130.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=30.30%
G=25.76%
B=43.94%

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
Decimal80681160.310.4100.5525526.0936.08
Hex5044741F29037ff1a24
Octal12010416437510673773244
Binary1010000100010011101001111110100101101111111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504474; }

 p { color: rgb(80,68,116); }

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

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

 a { background-color: rgb(80,68,116); }

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

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

 span { border-color: rgb(80,68,116); }

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