#504478

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

Shades of Victoria #504478

Tints of Victoria #504478

Color information

#504478 (or 0x504478) is unknown color: approx Victoria. HEX triplet: 50, 44 and 78. RGB value is (80,68,120). Sum of RGB (Red+Green+Blue) = 80+68+120=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #504478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504478 is #AFBB87. Grayscale: #4D4D4D. Windows color (decimal): -11516808 or 7881808. OLE color: 7881808.

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

Color convert

RGB8068120-
CMYK0.330.4300.53
HSL253.85º27.66%36.86%-
HSV(B)253.85º43.33%47.06%-
XYZ8.777.218.7-
YUV77.52151.98129.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=29.85%
G=25.37%
B=44.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80681200.330.4300.53253.8527.6636.86
Hex504478212B035fe1c25
Octal12010417041530653763445
Binary10100001000100111100010000110101101101011111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504478; }

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

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

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

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

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

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

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

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