Shades of Free Speech Blue #455AB3
Tints of Free Speech Blue #455AB3
RGB
CMYK
RGB Variations
Color information
#455AB3 (or 0x455AB3) is known color: Free Speech Blue. HEX triplet: 45, 5A and B3. RGB value is (69,90,179). Sum of RGB (Red+Green+Blue) = 69+90+179=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #455AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455AB3 is #BAA54C. Grayscale: #5D5D5D. Windows color (decimal): -12232013 or 11754053. OLE color: 11754053.
HSL color Cylindrical-coordinate representation of color #455AB3: hue angle of 228.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455AB3 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 90 | 179 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.30 |
| HSL | 228.55º | 0.44% | 0.49% | - |
| HSV(B) | 228.55º | 0.61% | 0.7% | - |
| XYZ | 14.25 | 11.83 | 44.18 | - |
| YUV | 93.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 179 | 0.61 | 0.50 | 0 | 0.30 | 228.55 | 0.44 | 0.49 |
| Hex | 45 | 5A | B3 | 3D | 32 | 0 | 1E | E5 | 2C | 31 |
| Octal | 105 | 132 | 263 | 75 | 62 | 0 | 36 | 345 | 54 | 61 |
| Binary | 1000101 | 1011010 | 10110011 | 111101 | 110010 | 0 | 11110 | 11100101 | 101100 | 110001 |
Color Harmonies of #455AB3
Complementary color
Monochromatic Colors of #455AB3
Black with #455AB3
Text Example
Text Example
White with #455AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455AB3; }
p { color: rgb(69,90,179); }
H1.HeaderClassName
{
color: #455AB3;
}
.AnyTagClassName
{
color: #455AB3;
}
</style>
background-color css
<style>
a { background-color: #455AB3; }
a { background-color: rgb(69,90,179); }
div.DivClassName
{
background-color: #455AB3;
}
.BgClassName
{
background-color: #455AB3;
}
</style>
border-color css
<style>
span { border-color: #455AB3; }
span { border-color: rgb(69,90,179); }
td.TdClassName
{
border-color: #455AB3;
}
.TagClassName
{
border-color: #455AB3;
}
</style>