#5046AE

Color #5046AE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5046AE

Tints of Rich Blue #5046AE

Color information

#5046AE (or 0x5046AE) is unknown color: approx Rich Blue. HEX triplet: 50, 46 and AE. RGB value is (80,70,174). Sum of RGB (Red+Green+Blue) = 80+70+174=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #5046AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5046AE is #AFB951. Grayscale: #545454. Windows color (decimal): -11516242 or 11421264. OLE color: 11421264.

HSL color Cylindrical-coordinate representation of color #5046AE: hue angle of 245.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5046AE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8070174-
CMYK0.540.6000.32
HSL245.77º42.62%47.84%-
HSV(B)245.77º59.77%68.24%-
XYZ13.149.1441.12-
YUV84.85178.31124.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=24.69%
G=21.60%
B=53.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80701740.540.6000.32245.7742.6247.84
Hex5046AE363C020f62b30
Octal12010625666740403665360
Binary1010000100011010101110110110111100010000011110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5046AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5046AE; }

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

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

<style>
 a { background-color: #5046AE; }

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

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

<style>
 span { border-color: #5046AE; }

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

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