#404ACD

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

Shades of Free Speech Blue #404ACD

Tints of Free Speech Blue #404ACD

Color information

#404ACD (or 0x404ACD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and CD. RGB value is (64,74,205). Sum of RGB (Red+Green+Blue) = 64+74+205=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #404ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ACD is #BFB532. Grayscale: #555555. Windows color (decimal): -12563763 or 13453888. OLE color: 13453888.

HSL color Cylindrical-coordinate representation of color #404ACD: hue angle of 235.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ACD is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6474205-
CMYK0.690.6400.20
HSL235.74º58.51%52.75%-
HSV(B)235.74º68.78%80.39%-
XYZ15.5810.458.94-
YUV85.94195.19112.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 205 (80.47% from 255) = 59.77%
R=18.66%
G=21.57%
B=59.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64742050.690.6400.20235.7458.5152.75
Hex404ACD4540014ec3b35
Octal1001123151051000243547365
Binary10000001001010110011011000101100000001010011101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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