#504476

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

Shades of Victoria #504476

Tints of Victoria #504476

Color information

#504476 (or 0x504476) is unknown color: approx Victoria. HEX triplet: 50, 44 and 76. RGB value is (80,68,118). Sum of RGB (Red+Green+Blue) = 80+68+118=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #504476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504476 is #AFBB89. Grayscale: #4D4D4D. Windows color (decimal): -11516810 or 7750736. OLE color: 7750736.

HSL color Cylindrical-coordinate representation of color #504476: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504476 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8068118-
CMYK0.320.4200.54
HSL254.4º26.88%36.47%-
HSV(B)254.4º42.37%46.27%-
XYZ8.657.1518.06-
YUV77.29150.98129.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=30.08%
G=25.56%
B=44.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80681180.320.4200.54254.426.8836.47
Hex504476202A036fe1b24
Octal12010416640520663763344
Binary10100001000100111011010000010101001101101111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504476; }

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

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

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

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

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

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

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

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