#504bb4

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

Shades of Rich Blue #504BB4

Tints of Rich Blue #504BB4

Color information

#504BB4 (or 0x504BB4) is unknown color: approx Rich Blue. HEX triplet: 50, 4B and B4. RGB value is (80,75,180). Sum of RGB (Red+Green+Blue) = 80+75+180=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #504BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BB4 is #AFB44B. Grayscale: #585858. Windows color (decimal): -11514956 or 11815760. OLE color: 11815760.

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

Color convert

RGB8075180-
CMYK0.560.5800.29
HSL242.86º41.18%50%-
HSV(B)242.86º58.33%70.59%-
XYZ14.0610.0344.38-
YUV88.46179.66121.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 180 (70.70% from 255) = 53.73%
R=23.88%
G=22.39%
B=53.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80751800.560.5800.29242.8641.1850
Hex504BB4383A01Df32932
Octal12011326470720353635162
Binary101000010010111011010011100011101001110111110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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