#50477A

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

Shades of Victoria #50477A

Tints of Victoria #50477A

Color information

#50477A (or 0x50477A) is unknown color: approx Victoria. HEX triplet: 50, 47 and 7A. RGB value is (80,71,122). Sum of RGB (Red+Green+Blue) = 80+71+122=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #50477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50477A is #AFB885. Grayscale: #4F4F4F. Windows color (decimal): -11516038 or 8013648. OLE color: 8013648.

HSL color Cylindrical-coordinate representation of color #50477A: hue angle of 250.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50477A is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8071122-
CMYK0.340.4200.52
HSL250.59º26.42%37.84%-
HSV(B)250.59º41.8%47.84%-
XYZ9.077.6219.4-
YUV79.5151.98128.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=29.30%
G=26.01%
B=44.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80711220.340.4200.52250.5926.4237.84
Hex50477A222A034fb1a26
Octal12010717242520643733246
Binary10100001000111111101010001010101001101001111101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50477A; }

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

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

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

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

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

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

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

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