Html Css Color HEX #50478B Victoria

📋 copy color: '#50478B'

red 80 ◦ green 71 ◦ blue 139

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

Shades of Victoria #50478B

Tints of Victoria #50478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 27.59%
G = 24.48%
B = 47.93%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50478B (or 0x50478B) is known color: Victoria. HEX triplet: 50, 47 and 8B. RGB value is (80,71,139). Sum of RGB (Red+Green+Blue) = 80+71+139=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #50478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478B is #AFB874. Grayscale: #515151. Windows color (decimal): -11516021 or 9127760. OLE color: 9127760.

HSL color Cylindrical-coordinate representation of color #50478B: hue angle of 247.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50478B is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 71 139 -
CMYK 0.42 0.49 0 0.45
HSL 247.94º 0.32% 0.41% -
HSV(B) 247.94º 0.49% 0.55% -
XYZ 10.22 8.08 25.45 -
YUV 81.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 80 71 139 0.42 0.49 0 0.45 247.94 0.32 0.41
Hex 50 47 8B 2A 31 0 2D F8 20 29
Octal 120 107 213 52 61 0 55 370 40 51
Binary 1010000 1000111 10001011 101010 110001 0 101101 11111000 100000 101001

Color Harmonies of #50478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50478B

Black with #50478B

Text Example


Text Example

White with #50478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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