#504EB4

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

Shades of Rich Blue #504EB4

Tints of Rich Blue #504EB4

Color information

#504EB4 (or 0x504EB4) is unknown color: approx Rich Blue. HEX triplet: 50, 4E and B4. RGB value is (80,78,180). Sum of RGB (Red+Green+Blue) = 80+78+180=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #504EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EB4 is #AFB14B. Grayscale: #595959. Windows color (decimal): -11514188 or 11816528. OLE color: 11816528.

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

Color convert

RGB8078180-
CMYK0.560.5700.29
HSL241.18º40.48%50.59%-
HSV(B)241.18º56.67%70.59%-
XYZ14.2710.4544.44-
YUV90.23178.66120.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=23.67%
G=23.08%
B=53.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80781800.560.5700.29241.1840.4850.59
Hex504EB4383901Df12833
Octal12011626470710353615063
Binary101000010011101011010011100011100101110111110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,180); }

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

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

 a { background-color: rgb(80,78,180); }

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

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

 span { border-color: rgb(80,78,180); }

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