Shades of Free Speech Blue #454CCC
Tints of Free Speech Blue #454CCC
RGB
CMYK
RGB Variations
Color information
#454CCC (or 0x454CCC) is known color: Free Speech Blue. HEX triplet: 45, 4C and CC. RGB value is (69,76,204). Sum of RGB (Red+Green+Blue) = 69+76+204=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #454CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CCC is #BAB333. Grayscale: #575757. Windows color (decimal): -12235572 or 13388869. OLE color: 13388869.
HSL color Cylindrical-coordinate representation of color #454CCC: hue angle of 236.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454CCC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 76 | 204 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.2 |
| HSL | 236.89º | 0.57% | 0.54% | - |
| HSV(B) | 236.89º | 0.66% | 0.8% | - |
| XYZ | 15.94 | 10.79 | 58.37 | - |
| YUV | 88.5 | 193.18 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 204 | 0.66 | 0.63 | 0 | 0.2 | 236.89 | 0.57 | 0.54 |
| Hex | 45 | 4C | CC | 42 | 3F | 0 | 14 | ED | 39 | 36 |
| Octal | 105 | 114 | 314 | 102 | 77 | 0 | 24 | 355 | 71 | 66 |
| Binary | 1000101 | 1001100 | 11001100 | 1000010 | 111111 | 0 | 10100 | 11101101 | 111001 | 110110 |
Color Harmonies of #454CCC
Complementary color
Monochromatic Colors of #454CCC
Black with #454CCC
Text Example
Text Example
White with #454CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CCC; }
p { color: rgb(69,76,204); }
H1.HeaderClassName
{
color: #454CCC;
}
.AnyTagClassName
{
color: #454CCC;
}
</style>
background-color css
<style>
a { background-color: #454CCC; }
a { background-color: rgb(69,76,204); }
div.DivClassName
{
background-color: #454CCC;
}
.BgClassName
{
background-color: #454CCC;
}
</style>
border-color css
<style>
span { border-color: #454CCC; }
span { border-color: rgb(69,76,204); }
td.TdClassName
{
border-color: #454CCC;
}
.TagClassName
{
border-color: #454CCC;
}
</style>