#50488D

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

Shades of Victoria #50488D

Tints of Victoria #50488D

Color information

#50488D (or 0x50488D) is unknown color: approx Victoria. HEX triplet: 50, 48 and 8D. RGB value is (80,72,141). Sum of RGB (Red+Green+Blue) = 80+72+141=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #50488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50488D is #AFB772. Grayscale: #515151. Windows color (decimal): -11515763 or 9259088. OLE color: 9259088.

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

Color convert

RGB8072141-
CMYK0.430.4900.45
HSL246.96º32.39%41.76%-
HSV(B)246.96º48.94%55.29%-
XYZ10.438.2626.24-
YUV82.26161.15126.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=27.30%
G=24.57%
B=48.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80721410.430.4900.45246.9632.3941.76
Hex50488D2B3102Df7202a
Octal12011021553610553674052
Binary1010000100100010001101101011110001010110111110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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