Html Css Color HEX #50478A Victoria

📋 copy color: '#50478A'

red 80 ◦ green 71 ◦ blue 138

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

Shades of Victoria #50478A

Tints of Victoria #50478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.75%

R = 27.68%
G = 24.57%
B = 47.75%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50478A (or 0x50478A) is known color: Victoria. HEX triplet: 50, 47 and 8A. RGB value is (80,71,138). Sum of RGB (Red+Green+Blue) = 80+71+138=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #50478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478A is #AFB875. Grayscale: #515151. Windows color (decimal): -11516022 or 9062224. OLE color: 9062224.

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

Color convert

RGB 80 71 138 -
CMYK 0.42 0.49 0 0.46
HSL 248.06º 0.32% 0.41% -
HSV(B) 248.06º 0.49% 0.54% -
XYZ 10.15 8.05 25.06 -
YUV 81.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 80 71 138 0.42 0.49 0 0.46 248.06 0.32 0.41
Hex 50 47 8A 2A 31 0 2E F8 20 29
Octal 120 107 212 52 61 0 56 370 40 51
Binary 1010000 1000111 10001010 101010 110001 0 101110 11111000 100000 101001

Color Harmonies of #50478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50478A

Black with #50478A

Text Example


Text Example

White with #50478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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