Shades of Free Speech Blue #405AB8
Tints of Free Speech Blue #405AB8
RGB
CMYK
RGB Variations
Color information
#405AB8 (or 0x405AB8) is known color: Free Speech Blue. HEX triplet: 40, 5A and B8. RGB value is (64,90,184). Sum of RGB (Red+Green+Blue) = 64+90+184=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 184 (72.27% from 255 or 54.44% from 338); Max value from RGB is 184 - color contains mainly: blue. Hex color #405AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AB8 is #BFA547. Grayscale: #5C5C5C. Windows color (decimal): -12559688 or 12081728. OLE color: 12081728.
HSL color Cylindrical-coordinate representation of color #405AB8: hue angle of 227º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #405AB8 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 90 | 184 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.28 |
| HSL | 227º | 0.48% | 0.49% | - |
| HSV(B) | 227º | 0.65% | 0.72% | - |
| XYZ | 14.42 | 11.86 | 46.88 | - |
| YUV | 92.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 184 | 0.65 | 0.51 | 0 | 0.28 | 227 | 0.48 | 0.49 |
| Hex | 40 | 5A | B8 | 41 | 33 | 0 | 1C | E3 | 30 | 31 |
| Octal | 100 | 132 | 270 | 101 | 63 | 0 | 34 | 343 | 60 | 61 |
| Binary | 1000000 | 1011010 | 10111000 | 1000001 | 110011 | 0 | 11100 | 11100011 | 110000 | 110001 |
Color Harmonies of #405AB8
Complementary color
Monochromatic Colors of #405AB8
Black with #405AB8
Text Example
Text Example
White with #405AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AB8; }
p { color: rgb(64,90,184); }
H1.HeaderClassName
{
color: #405AB8;
}
.AnyTagClassName
{
color: #405AB8;
}
</style>
background-color css
<style>
a { background-color: #405AB8; }
a { background-color: rgb(64,90,184); }
div.DivClassName
{
background-color: #405AB8;
}
.BgClassName
{
background-color: #405AB8;
}
</style>
border-color css
<style>
span { border-color: #405AB8; }
span { border-color: rgb(64,90,184); }
td.TdClassName
{
border-color: #405AB8;
}
.TagClassName
{
border-color: #405AB8;
}
</style>