Shades of Free Speech Blue #404BDA
Tints of Free Speech Blue #404BDA
RGB
CMYK
RGB Variations
Color information
#404BDA (or 0x404BDA) is known color: Free Speech Blue. HEX triplet: 40, 4B and DA. RGB value is (64,75,218). Sum of RGB (Red+Green+Blue) = 64+75+218=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #404BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BDA is #BFB425. Grayscale: #575757. Windows color (decimal): -12563494 or 14306112. OLE color: 14306112.
HSL color Cylindrical-coordinate representation of color #404BDA: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404BDA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 75 | 218 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.15 |
| HSL | 235.71º | 0.68% | 0.55% | - |
| HSV(B) | 235.71º | 0.71% | 0.85% | - |
| XYZ | 17.29 | 11.18 | 67.58 | - |
| YUV | 88.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 218 | 0.71 | 0.66 | 0 | 0.15 | 235.71 | 0.68 | 0.55 |
| Hex | 40 | 4B | DA | 47 | 42 | 0 | F | EC | 44 | 37 |
| Octal | 100 | 113 | 332 | 107 | 102 | 0 | 17 | 354 | 104 | 67 |
| Binary | 1000000 | 1001011 | 11011010 | 1000111 | 1000010 | 0 | 1111 | 11101100 | 1000100 | 110111 |
Color Harmonies of #404BDA
Complementary color
Monochromatic Colors of #404BDA
Black with #404BDA
Text Example
Text Example
White with #404BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BDA; }
p { color: rgb(64,75,218); }
H1.HeaderClassName
{
color: #404BDA;
}
.AnyTagClassName
{
color: #404BDA;
}
</style>
background-color css
<style>
a { background-color: #404BDA; }
a { background-color: rgb(64,75,218); }
div.DivClassName
{
background-color: #404BDA;
}
.BgClassName
{
background-color: #404BDA;
}
</style>
border-color css
<style>
span { border-color: #404BDA; }
span { border-color: rgb(64,75,218); }
td.TdClassName
{
border-color: #404BDA;
}
.TagClassName
{
border-color: #404BDA;
}
</style>