Shades of Free Speech Blue #454ABC
Tints of Free Speech Blue #454ABC
RGB
CMYK
RGB Variations
Color information
#454ABC (or 0x454ABC) is known color: Free Speech Blue. HEX triplet: 45, 4A and BC. RGB value is (69,74,188). Sum of RGB (Red+Green+Blue) = 69+74+188=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #454ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454ABC is #BAB543. Grayscale: #555555. Windows color (decimal): -12236100 or 12339781. OLE color: 12339781.
HSL color Cylindrical-coordinate representation of color #454ABC: hue angle of 237.48º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454ABC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 74 | 188 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.26 |
| HSL | 237.48º | 0.47% | 0.5% | - |
| HSV(B) | 237.48º | 0.63% | 0.74% | - |
| XYZ | 13.98 | 9.79 | 48.73 | - |
| YUV | 85.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 188 | 0.63 | 0.61 | 0 | 0.26 | 237.48 | 0.47 | 0.5 |
| Hex | 45 | 4A | BC | 3F | 3D | 0 | 1A | ED | 2F | 32 |
| Octal | 105 | 112 | 274 | 77 | 75 | 0 | 32 | 355 | 57 | 62 |
| Binary | 1000101 | 1001010 | 10111100 | 111111 | 111101 | 0 | 11010 | 11101101 | 101111 | 110010 |
Color Harmonies of #454ABC
Complementary color
Monochromatic Colors of #454ABC
Black with #454ABC
Text Example
Text Example
White with #454ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ABC; }
p { color: rgb(69,74,188); }
H1.HeaderClassName
{
color: #454ABC;
}
.AnyTagClassName
{
color: #454ABC;
}
</style>
background-color css
<style>
a { background-color: #454ABC; }
a { background-color: rgb(69,74,188); }
div.DivClassName
{
background-color: #454ABC;
}
.BgClassName
{
background-color: #454ABC;
}
</style>
border-color css
<style>
span { border-color: #454ABC; }
span { border-color: rgb(69,74,188); }
td.TdClassName
{
border-color: #454ABC;
}
.TagClassName
{
border-color: #454ABC;
}
</style>