#404DDC

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

Shades of Free Speech Blue #404DDC

Tints of Free Speech Blue #404DDC

Color information

#404DDC (or 0x404DDC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4D and DC. RGB value is (64,77,220). Sum of RGB (Red+Green+Blue) = 64+77+220=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #404DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DDC is #BFB223. Grayscale: #585858. Windows color (decimal): -12562980 or 14437696. OLE color: 14437696.

HSL color Cylindrical-coordinate representation of color #404DDC: hue angle of 235º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404DDC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6477220-
CMYK0.710.6500.14
HSL235º69.03%55.69%-
HSV(B)235º70.91%86.27%-
XYZ17.6911.5769.01-
YUV89.42201.69109.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 220 (86.33% from 255) = 60.94%
R=17.73%
G=21.33%
B=60.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64772200.710.6500.1423569.0355.69
Hex404DDC47410Eeb4538
Octal10011533410710101635310570
Binary10000001001101110111001000111100000101110111010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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