Shades of Free Speech Blue #454CBA
Tints of Free Speech Blue #454CBA
RGB
CMYK
RGB Variations
Color information
#454CBA (or 0x454CBA) is known color: Free Speech Blue. HEX triplet: 45, 4C and BA. RGB value is (69,76,186). Sum of RGB (Red+Green+Blue) = 69+76+186=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #454CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CBA is #BAB345. Grayscale: #565656. Windows color (decimal): -12235590 or 12209221. OLE color: 12209221.
HSL color Cylindrical-coordinate representation of color #454CBA: hue angle of 236.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454CBA is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 76 | 186 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.27 |
| HSL | 236.41º | 0.46% | 0.5% | - |
| HSV(B) | 236.41º | 0.63% | 0.73% | - |
| XYZ | 13.9 | 9.98 | 47.65 | - |
| YUV | 86.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 186 | 0.63 | 0.59 | 0 | 0.27 | 236.41 | 0.46 | 0.5 |
| Hex | 45 | 4C | BA | 3F | 3B | 0 | 1B | EC | 2E | 32 |
| Octal | 105 | 114 | 272 | 77 | 73 | 0 | 33 | 354 | 56 | 62 |
| Binary | 1000101 | 1001100 | 10111010 | 111111 | 111011 | 0 | 11011 | 11101100 | 101110 | 110010 |
Color Harmonies of #454CBA
Complementary color
Monochromatic Colors of #454CBA
Black with #454CBA
Text Example
Text Example
White with #454CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CBA; }
p { color: rgb(69,76,186); }
H1.HeaderClassName
{
color: #454CBA;
}
.AnyTagClassName
{
color: #454CBA;
}
</style>
background-color css
<style>
a { background-color: #454CBA; }
a { background-color: rgb(69,76,186); }
div.DivClassName
{
background-color: #454CBA;
}
.BgClassName
{
background-color: #454CBA;
}
</style>
border-color css
<style>
span { border-color: #454CBA; }
span { border-color: rgb(69,76,186); }
td.TdClassName
{
border-color: #454CBA;
}
.TagClassName
{
border-color: #454CBA;
}
</style>