#504AD0

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

Shades of Free Speech Blue #504AD0

Tints of Free Speech Blue #504AD0

Color information

#504AD0 (or 0x504AD0) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4A and D0. RGB value is (80,74,208). Sum of RGB (Red+Green+Blue) = 80+74+208=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #504AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AD0 is #AFB52F. Grayscale: #5A5A5A. Windows color (decimal): -11515184 or 13650512. OLE color: 13650512.

HSL color Cylindrical-coordinate representation of color #504AD0: hue angle of 242.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504AD0 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8074208-
CMYK0.620.6400.18
HSL242.69º58.77%55.29%-
HSV(B)242.69º64.42%81.57%-
XYZ17.1411.1660.92-
YUV91.07193.99120.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 208 (81.64% from 255) = 57.46%
R=22.10%
G=20.44%
B=57.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80742080.620.6400.18242.6958.7755.29
Hex504AD03E40012f33b37
Octal120112320761000223637367
Binary1010000100101011010000111110100000001001011110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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