#50478C

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

Shades of Victoria #50478C

Tints of Victoria #50478C

Color information

#50478C (or 0x50478C) is unknown color: approx Victoria. HEX triplet: 50, 47 and 8C. RGB value is (80,71,140). Sum of RGB (Red+Green+Blue) = 80+71+140=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #50478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478C is #AFB873. Grayscale: #515151. Windows color (decimal): -11516020 or 9193296. OLE color: 9193296.

HSL color Cylindrical-coordinate representation of color #50478C: hue angle of 247.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50478C is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8071140-
CMYK0.430.4900.45
HSL247.83º32.7%41.37%-
HSV(B)247.83º49.29%54.9%-
XYZ10.38.1125.83-
YUV81.56160.98126.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=27.49%
G=24.40%
B=48.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80711400.430.4900.45247.8332.741.37
Hex50478C2B3102Df82129
Octal12010721453610553704151
Binary1010000100011110001100101011110001010110111111000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50478C; }

 p { color: rgb(80,71,140); }

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

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

 a { background-color: rgb(80,71,140); }

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

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

 span { border-color: rgb(80,71,140); }

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