Html Css Color HEX #50477C Victoria

📋 copy color: '#50477C'

red 80 ◦ green 71 ◦ blue 124

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

Shades of Victoria #50477C

Tints of Victoria #50477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 29.09%
G = 25.82%
B = 45.09%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50477C (or 0x50477C) is known color: Victoria. HEX triplet: 50, 47 and 7C. RGB value is (80,71,124). Sum of RGB (Red+Green+Blue) = 80+71+124=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #50477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50477C is #AFB883. Grayscale: #4F4F4F. Windows color (decimal): -11516036 or 8144720. OLE color: 8144720.

HSL color Cylindrical-coordinate representation of color #50477C: hue angle of 250.19º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50477C is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 71 124 -
CMYK 0.35 0.43 0 0.51
HSL 250.19º 0.27% 0.38% -
HSV(B) 250.19º 0.43% 0.49% -
XYZ 9.2 7.67 20.06 -
YUV 79.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 80 71 124 0.35 0.43 0 0.51 250.19 0.27 0.38
Hex 50 47 7C 23 2B 0 33 FA 1B 26
Octal 120 107 174 43 53 0 63 372 33 46
Binary 1010000 1000111 1111100 100011 101011 0 110011 11111010 11011 100110

Color Harmonies of #50477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50477C

Black with #50477C

Text Example


Text Example

White with #50477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50477C;
 }
 .AnyTagClassName
 {
   color: #50477C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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