Html Css Color HEX #50497E Victoria

📋 copy color: '#50497E'

red 80 ◦ green 73 ◦ blue 126

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

Shades of Victoria #50497E

Tints of Victoria #50497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 28.67%
G = 26.16%
B = 45.16%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50497E (or 0x50497E) is known color: Victoria. HEX triplet: 50, 49 and 7E. RGB value is (80,73,126). Sum of RGB (Red+Green+Blue) = 80+73+126=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #50497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50497E is #AFB681. Grayscale: #505050. Windows color (decimal): -11515522 or 8276304. OLE color: 8276304.

HSL color Cylindrical-coordinate representation of color #50497E: hue angle of 247.92º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50497E is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 73 126 -
CMYK 0.37 0.42 0 0.51
HSL 247.92º 0.27% 0.39% -
HSV(B) 247.92º 0.42% 0.49% -
XYZ 9.46 7.98 20.78 -
YUV 81.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 80 73 126 0.37 0.42 0 0.51 247.92 0.27 0.39
Hex 50 49 7E 25 2A 0 33 F8 1B 27
Octal 120 111 176 45 52 0 63 370 33 47
Binary 1010000 1001001 1111110 100101 101010 0 110011 11111000 11011 100111

Color Harmonies of #50497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50497E

Black with #50497E

Text Example


Text Example

White with #50497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50497E; }

 p { color: rgb(80,73,126); }

 H1.HeaderClassName
 {
   color: #50497E;
 }
 .AnyTagClassName
 {
   color: #50497E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,73,126); }

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

border-color css

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

 span { border-color: rgb(80,73,126); }

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