#504479

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

Shades of Victoria #504479

Tints of Victoria #504479

Color information

#504479 (or 0x504479) is unknown color: approx Victoria. HEX triplet: 50, 44 and 79. RGB value is (80,68,121). Sum of RGB (Red+Green+Blue) = 80+68+121=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #504479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504479 is #AFBB86. Grayscale: #4D4D4D. Windows color (decimal): -11516807 or 7947344. OLE color: 7947344.

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

Color convert

RGB8068121-
CMYK0.340.4400.53
HSL253.58º28.04%37.06%-
HSV(B)253.58º43.8%47.45%-
XYZ8.837.2219.02-
YUV77.63152.48129.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=29.74%
G=25.28%
B=44.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80681210.340.4400.53253.5828.0437.06
Hex504479222C035fe1c25
Octal12010417142540653763445
Binary10100001000100111100110001010110001101011111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504479; }

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

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

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

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

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

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

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

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