Shades of Free Speech Blue #456BBC
Tints of Free Speech Blue #456BBC
RGB
CMYK
RGB Variations
Color information
#456BBC (or 0x456BBC) is known color: Free Speech Blue. HEX triplet: 45, 6B and BC. RGB value is (69,107,188). Sum of RGB (Red+Green+Blue) = 69+107+188=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #456BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BBC is #BA9443. Grayscale: #686868. Windows color (decimal): -12227652 or 12348229. OLE color: 12348229.
HSL color Cylindrical-coordinate representation of color #456BBC: hue angle of 220.84º 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 #456BBC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 107 | 188 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.26 |
| HSL | 220.84º | 0.47% | 0.5% | - |
| HSV(B) | 220.84º | 0.63% | 0.74% | - |
| XYZ | 16.79 | 15.41 | 49.67 | - |
| YUV | 104.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 188 | 0.63 | 0.43 | 0 | 0.26 | 220.84 | 0.47 | 0.5 |
| Hex | 45 | 6B | BC | 3F | 2B | 0 | 1A | DD | 2F | 32 |
| Octal | 105 | 153 | 274 | 77 | 53 | 0 | 32 | 335 | 57 | 62 |
| Binary | 1000101 | 1101011 | 10111100 | 111111 | 101011 | 0 | 11010 | 11011101 | 101111 | 110010 |
Color Harmonies of #456BBC
Complementary color
Monochromatic Colors of #456BBC
Black with #456BBC
Text Example
Text Example
White with #456BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BBC; }
p { color: rgb(69,107,188); }
H1.HeaderClassName
{
color: #456BBC;
}
.AnyTagClassName
{
color: #456BBC;
}
</style>
background-color css
<style>
a { background-color: #456BBC; }
a { background-color: rgb(69,107,188); }
div.DivClassName
{
background-color: #456BBC;
}
.BgClassName
{
background-color: #456BBC;
}
</style>
border-color css
<style>
span { border-color: #456BBC; }
span { border-color: rgb(69,107,188); }
td.TdClassName
{
border-color: #456BBC;
}
.TagClassName
{
border-color: #456BBC;
}
</style>