#504AC4

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

Shades of Free Speech Blue #504AC4

Tints of Free Speech Blue #504AC4

Color information

#504AC4 (or 0x504AC4) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4A and C4. RGB value is (80,74,196). Sum of RGB (Red+Green+Blue) = 80+74+196=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #504AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AC4 is #AFB53B. Grayscale: #595959. Windows color (decimal): -11515196 or 12864080. OLE color: 12864080.

HSL color Cylindrical-coordinate representation of color #504AC4: hue angle of 242.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504AC4 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8074196-
CMYK0.590.6200.23
HSL242.95º50.83%52.94%-
HSV(B)242.95º62.24%76.86%-
XYZ15.7210.5953.44-
YUV89.7187.99121.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 196 (76.95% from 255) = 56%
R=22.86%
G=21.14%
B=56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80741960.590.6200.23242.9550.8352.94
Hex504AC43B3E017f33335
Octal12011230473760273636365
Binary101000010010101100010011101111111001011111110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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