Html Css Color HEX #50478D Victoria

📋 copy color: '#50478D'

red 80 ◦ green 71 ◦ blue 141

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

Shades of Victoria #50478D

Tints of Victoria #50478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 27.4%
G = 24.32%
B = 48.29%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50478D (or 0x50478D) is known color: Victoria. HEX triplet: 50, 47 and 8D. RGB value is (80,71,141). Sum of RGB (Red+Green+Blue) = 80+71+141=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #50478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478D is #AFB872. Grayscale: #515151. Windows color (decimal): -11516019 or 9258832. OLE color: 9258832.

HSL color Cylindrical-coordinate representation of color #50478D: hue angle of 247.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50478D is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 71 141 -
CMYK 0.43 0.50 0 0.45
HSL 247.71º 0.33% 0.42% -
HSV(B) 247.71º 0.5% 0.55% -
XYZ 10.37 8.14 26.22 -
YUV 81.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 80 71 141 0.43 0.50 0 0.45 247.71 0.33 0.42
Hex 50 47 8D 2B 32 0 2D F8 21 2A
Octal 120 107 215 53 62 0 55 370 41 52
Binary 1010000 1000111 10001101 101011 110010 0 101101 11111000 100001 101010

Color Harmonies of #50478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50478D

Black with #50478D

Text Example


Text Example

White with #50478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50478D; }

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

 H1.HeaderClassName
 {
   color: #50478D;
 }
 .AnyTagClassName
 {
   color: #50478D;
 }
</style>

background-color css

<style>
 a { background-color: #50478D; }

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

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

border-color css

<style>
 span { border-color: #50478D; }

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

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