Shades of Free Speech Blue #405AB1
Tints of Free Speech Blue #405AB1
RGB
CMYK
RGB Variations
Color information
#405AB1 (or 0x405AB1) is known color: Free Speech Blue. HEX triplet: 40, 5A and B1. RGB value is (64,90,177). Sum of RGB (Red+Green+Blue) = 64+90+177=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #405AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AB1 is #BFA54E. Grayscale: #5B5B5B. Windows color (decimal): -12559695 or 11622976. OLE color: 11622976.
HSL color Cylindrical-coordinate representation of color #405AB1: hue angle of 226.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405AB1 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 90 | 177 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.31 |
| HSL | 226.19º | 0.47% | 0.47% | - |
| HSV(B) | 226.19º | 0.64% | 0.69% | - |
| XYZ | 13.71 | 11.58 | 43.11 | - |
| YUV | 92.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 177 | 0.64 | 0.49 | 0 | 0.31 | 226.19 | 0.47 | 0.47 |
| Hex | 40 | 5A | B1 | 40 | 31 | 0 | 1F | E2 | 2F | 2F |
| Octal | 100 | 132 | 261 | 100 | 61 | 0 | 37 | 342 | 57 | 57 |
| Binary | 1000000 | 1011010 | 10110001 | 1000000 | 110001 | 0 | 11111 | 11100010 | 101111 | 101111 |
Color Harmonies of #405AB1
Complementary color
Monochromatic Colors of #405AB1
Black with #405AB1
Text Example
Text Example
White with #405AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AB1; }
p { color: rgb(64,90,177); }
H1.HeaderClassName
{
color: #405AB1;
}
.AnyTagClassName
{
color: #405AB1;
}
</style>
background-color css
<style>
a { background-color: #405AB1; }
a { background-color: rgb(64,90,177); }
div.DivClassName
{
background-color: #405AB1;
}
.BgClassName
{
background-color: #405AB1;
}
</style>
border-color css
<style>
span { border-color: #405AB1; }
span { border-color: rgb(64,90,177); }
td.TdClassName
{
border-color: #405AB1;
}
.TagClassName
{
border-color: #405AB1;
}
</style>