#50468A

Color #50468A Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #50468A

Tints of Victoria #50468A

Color information

#50468A (or 0x50468A) is unknown color: approx Victoria. HEX triplet: 50, 46 and 8A. RGB value is (80,70,138). Sum of RGB (Red+Green+Blue) = 80+70+138=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #50468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50468A is #AFB975. Grayscale: #505050. Windows color (decimal): -11516278 or 9061968. OLE color: 9061968.

HSL color Cylindrical-coordinate representation of color #50468A: hue angle of 248.82º degrees, saturation: 0.33, 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 #50468A is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8070138-
CMYK0.420.4900.46
HSL248.82º32.69%40.78%-
HSV(B)248.82º49.28%54.12%-
XYZ10.097.9225.04-
YUV80.74160.31127.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=27.78%
G=24.31%
B=47.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80701380.420.4900.46248.8232.6940.78
Hex50468A2A3102Ef92129
Octal12010621252610563714151
Binary1010000100011010001010101010110001010111011111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50468A;
 }
 .AnyTagClassName
 {
   color: #50468A;
 }
</style>
background-color css

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

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

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

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

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

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