Shades of Free Speech Blue #405AB6
Tints of Free Speech Blue #405AB6
RGB
CMYK
RGB Variations
Color information
#405AB6 (or 0x405AB6) is known color: Free Speech Blue. HEX triplet: 40, 5A and B6. RGB value is (64,90,182). Sum of RGB (Red+Green+Blue) = 64+90+182=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #405AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AB6 is #BFA549. Grayscale: #5C5C5C. Windows color (decimal): -12559690 or 11950656. OLE color: 11950656.
HSL color Cylindrical-coordinate representation of color #405AB6: hue angle of 226.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #405AB6 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 90 | 182 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.29 |
| HSL | 226.78º | 0.48% | 0.48% | - |
| HSV(B) | 226.78º | 0.65% | 0.71% | - |
| XYZ | 14.21 | 11.78 | 45.78 | - |
| YUV | 92.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 182 | 0.65 | 0.51 | 0 | 0.29 | 226.78 | 0.48 | 0.48 |
| Hex | 40 | 5A | B6 | 41 | 33 | 0 | 1D | E3 | 30 | 30 |
| Octal | 100 | 132 | 266 | 101 | 63 | 0 | 35 | 343 | 60 | 60 |
| Binary | 1000000 | 1011010 | 10110110 | 1000001 | 110011 | 0 | 11101 | 11100011 | 110000 | 110000 |
Color Harmonies of #405AB6
Complementary color
Monochromatic Colors of #405AB6
Black with #405AB6
Text Example
Text Example
White with #405AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AB6; }
p { color: rgb(64,90,182); }
H1.HeaderClassName
{
color: #405AB6;
}
.AnyTagClassName
{
color: #405AB6;
}
</style>
background-color css
<style>
a { background-color: #405AB6; }
a { background-color: rgb(64,90,182); }
div.DivClassName
{
background-color: #405AB6;
}
.BgClassName
{
background-color: #405AB6;
}
</style>
border-color css
<style>
span { border-color: #405AB6; }
span { border-color: rgb(64,90,182); }
td.TdClassName
{
border-color: #405AB6;
}
.TagClassName
{
border-color: #405AB6;
}
</style>