Html Css Color HEX #50477A Victoria

📋 copy color: '#50477A'

red 80 ◦ green 71 ◦ blue 122

#50477A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #50477A

Tints of Victoria #50477A

RGB

 RED value IS 80 (31.64% from 255) = 29.3%

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 29.3%
G = 26.01%
B = 44.69%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50477A (or 0x50477A) is known color: 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

RGB 80 71 122 -
CMYK 0.34 0.42 0 0.52
HSL 250.59º 0.26% 0.38% -
HSV(B) 250.59º 0.42% 0.48% -
XYZ 9.07 7.62 19.4 -
YUV 79.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 80 71 122 0.34 0.42 0 0.52 250.59 0.26 0.38
Hex 50 47 7A 22 2A 0 34 FB 1A 26
Octal 120 107 172 42 52 0 64 373 32 46
Binary 1010000 1000111 1111010 100010 101010 0 110100 11111011 11010 100110

Color Harmonies of #50477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50477A

Black with #50477A

Text Example


Text Example

White with #50477A

Text Example


Text Example

HTML Codes & Css Web 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>