Html Css Color HEX #50468B Victoria

📋 copy color: '#50468B'

red 80 ◦ green 70 ◦ blue 139

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

Shades of Victoria #50468B

Tints of Victoria #50468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

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

R = 27.68%
G = 24.22%
B = 48.1%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50468B (or 0x50468B) is known color: Victoria. HEX triplet: 50, 46 and 8B. RGB value is (80,70,139). Sum of RGB (Red+Green+Blue) = 80+70+139=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #50468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50468B is #AFB974. Grayscale: #505050. Windows color (decimal): -11516277 or 9127504. OLE color: 9127504.

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

Color convert

RGB 80 70 139 -
CMYK 0.42 0.50 0 0.45
HSL 248.7º 0.33% 0.41% -
HSV(B) 248.7º 0.5% 0.55% -
XYZ 10.16 7.95 25.43 -
YUV 80.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 80 70 139 0.42 0.50 0 0.45 248.7 0.33 0.41
Hex 50 46 8B 2A 32 0 2D F9 21 29
Octal 120 106 213 52 62 0 55 371 41 51
Binary 1010000 1000110 10001011 101010 110010 0 101101 11111001 100001 101001

Color Harmonies of #50468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50468B

Black with #50468B

Text Example


Text Example

White with #50468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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