#404DC5

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

Shades of Free Speech Blue #404DC5

Tints of Free Speech Blue #404DC5

Color information

#404DC5 (or 0x404DC5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4D and C5. RGB value is (64,77,197). Sum of RGB (Red+Green+Blue) = 64+77+197=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #404DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DC5 is #BFB23A. Grayscale: #565656. Windows color (decimal): -12563003 or 12930368. OLE color: 12930368.

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

Color convert

RGB6477197-
CMYK0.680.6100.23
HSL234.14º53.41%51.18%-
HSV(B)234.14º67.51%77.25%-
XYZ14.8510.4354.05-
YUV86.79190.19111.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 197 (77.34% from 255) = 58.28%
R=18.93%
G=22.78%
B=58.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64771970.680.6100.23234.1453.4151.18
Hex404DC5443D017ea3533
Octal100115305104750273526563
Binary1000000100110111000101100010011110101011111101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,197); }

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

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

 a { background-color: rgb(64,77,197); }

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

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

 span { border-color: rgb(64,77,197); }

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