#504AB6

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

Shades of Rich Blue #504AB6

Tints of Rich Blue #504AB6

Color information

#504AB6 (or 0x504AB6) is unknown color: approx Rich Blue. HEX triplet: 50, 4A and B6. RGB value is (80,74,182). Sum of RGB (Red+Green+Blue) = 80+74+182=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #504AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AB6 is #AFB549. Grayscale: #575757. Windows color (decimal): -11515210 or 11946576. OLE color: 11946576.

HSL color Cylindrical-coordinate representation of color #504AB6: hue angle of 243.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504AB6 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8074182-
CMYK0.560.5900.29
HSL243.33º42.52%50.2%-
HSV(B)243.33º59.34%71.37%-
XYZ14.29.9845.43-
YUV88.11180.99122.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=23.81%
G=22.02%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80741820.560.5900.29243.3342.5250.2
Hex504AB6383B01Df32b32
Octal12011226670730353635362
Binary101000010010101011011011100011101101110111110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504AB6; }

 p { color: rgb(80,74,182); }

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

<style>
 a { background-color: #504AB6; }

 a { background-color: rgb(80,74,182); }

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

<style>
 span { border-color: #504AB6; }

 span { border-color: rgb(80,74,182); }

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