Shades of Free Speech Blue #404ADC
Tints of Free Speech Blue #404ADC
RGB
CMYK
RGB Variations
Color information
#404ADC (or 0x404ADC) is known color: Free Speech Blue. HEX triplet: 40, 4A and DC. RGB value is (64,74,220). Sum of RGB (Red+Green+Blue) = 64+74+220=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #404ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ADC is #BFB523. Grayscale: #575757. Windows color (decimal): -12563748 or 14436928. OLE color: 14436928.
HSL color Cylindrical-coordinate representation of color #404ADC: hue angle of 236.15º 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 #404ADC is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 74 | 220 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.14 |
| HSL | 236.15º | 0.69% | 0.56% | - |
| HSV(B) | 236.15º | 0.71% | 0.86% | - |
| XYZ | 17.48 | 11.15 | 68.94 | - |
| YUV | 87.65 | 202.69 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 220 | 0.71 | 0.66 | 0 | 0.14 | 236.15 | 0.69 | 0.56 |
| Hex | 40 | 4A | DC | 47 | 42 | 0 | E | EC | 45 | 38 |
| Octal | 100 | 112 | 334 | 107 | 102 | 0 | 16 | 354 | 105 | 70 |
| Binary | 1000000 | 1001010 | 11011100 | 1000111 | 1000010 | 0 | 1110 | 11101100 | 1000101 | 111000 |
Color Harmonies of #404ADC
Complementary color
Monochromatic Colors of #404ADC
Black with #404ADC
Text Example
Text Example
White with #404ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ADC; }
p { color: rgb(64,74,220); }
H1.HeaderClassName
{
color: #404ADC;
}
.AnyTagClassName
{
color: #404ADC;
}
</style>
background-color css
<style>
a { background-color: #404ADC; }
a { background-color: rgb(64,74,220); }
div.DivClassName
{
background-color: #404ADC;
}
.BgClassName
{
background-color: #404ADC;
}
</style>
border-color css
<style>
span { border-color: #404ADC; }
span { border-color: rgb(64,74,220); }
td.TdClassName
{
border-color: #404ADC;
}
.TagClassName
{
border-color: #404ADC;
}
</style>