Html Css Color HEX #50498E Victoria

📋 copy color: '#50498E'

red 80 ◦ green 73 ◦ blue 142

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

Shades of Victoria #50498E

Tints of Victoria #50498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 27.12%
G = 24.75%
B = 48.14%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50498E (or 0x50498E) is known color: Victoria. HEX triplet: 50, 49 and 8E. RGB value is (80,73,142). Sum of RGB (Red+Green+Blue) = 80+73+142=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #50498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50498E is #AFB671. Grayscale: #525252. Windows color (decimal): -11515506 or 9324880. OLE color: 9324880.

HSL color Cylindrical-coordinate representation of color #50498E: hue angle of 246.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50498E is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 73 142 -
CMYK 0.44 0.49 0 0.44
HSL 246.09º 0.32% 0.42% -
HSV(B) 246.09º 0.49% 0.56% -
XYZ 10.57 8.42 26.66 -
YUV 82.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 80 73 142 0.44 0.49 0 0.44 246.09 0.32 0.42
Hex 50 49 8E 2C 31 0 2C F6 20 2A
Octal 120 111 216 54 61 0 54 366 40 52
Binary 1010000 1001001 10001110 101100 110001 0 101100 11110110 100000 101010

Color Harmonies of #50498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50498E

Black with #50498E

Text Example


Text Example

White with #50498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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