#404AD5

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

Shades of Free Speech Blue #404AD5

Tints of Free Speech Blue #404AD5

Color information

#404AD5 (or 0x404AD5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and D5. RGB value is (64,74,213). Sum of RGB (Red+Green+Blue) = 64+74+213=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #404AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AD5 is #BFB52A. Grayscale: #565656. Windows color (decimal): -12563755 or 13978176. OLE color: 13978176.

HSL color Cylindrical-coordinate representation of color #404AD5: hue angle of 235.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404AD5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6474213-
CMYK0.700.6500.16
HSL235.97º63.95%54.31%-
HSV(B)235.97º69.95%83.53%-
XYZ16.5710.7964.16-
YUV86.86199.19111.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 213 (83.59% from 255) = 60.68%
R=18.23%
G=21.08%
B=60.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal64742130.700.6500.16235.9763.9554.31
Hex404AD54641010ec4036
Octal10011232510610102035410066
Binary100000010010101101010110001101000001010000111011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404AD5; }

 p { color: rgb(64,74,213); }

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

<style>
 a { background-color: #404AD5; }

 a { background-color: rgb(64,74,213); }

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

<style>
 span { border-color: #404AD5; }

 span { border-color: rgb(64,74,213); }

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