Shades of Free Speech Blue #454ECC
Tints of Free Speech Blue #454ECC
RGB
CMYK
RGB Variations
Color information
#454ECC (or 0x454ECC) is known color: Free Speech Blue. HEX triplet: 45, 4E and CC. RGB value is (69,78,204). Sum of RGB (Red+Green+Blue) = 69+78+204=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #454ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454ECC is #BAB133. Grayscale: #595959. Windows color (decimal): -12235060 or 13389381. OLE color: 13389381.
HSL color Cylindrical-coordinate representation of color #454ECC: hue angle of 236º 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 #454ECC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 78 | 204 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.2 |
| HSL | 236º | 0.57% | 0.54% | - |
| HSV(B) | 236º | 0.66% | 0.8% | - |
| XYZ | 16.08 | 11.07 | 58.42 | - |
| YUV | 89.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 204 | 0.66 | 0.62 | 0 | 0.2 | 236 | 0.57 | 0.54 |
| Hex | 45 | 4E | CC | 42 | 3E | 0 | 14 | EC | 39 | 36 |
| Octal | 105 | 116 | 314 | 102 | 76 | 0 | 24 | 354 | 71 | 66 |
| Binary | 1000101 | 1001110 | 11001100 | 1000010 | 111110 | 0 | 10100 | 11101100 | 111001 | 110110 |
Color Harmonies of #454ECC
Complementary color
Monochromatic Colors of #454ECC
Black with #454ECC
Text Example
Text Example
White with #454ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ECC; }
p { color: rgb(69,78,204); }
H1.HeaderClassName
{
color: #454ECC;
}
.AnyTagClassName
{
color: #454ECC;
}
</style>
background-color css
<style>
a { background-color: #454ECC; }
a { background-color: rgb(69,78,204); }
div.DivClassName
{
background-color: #454ECC;
}
.BgClassName
{
background-color: #454ECC;
}
</style>
border-color css
<style>
span { border-color: #454ECC; }
span { border-color: rgb(69,78,204); }
td.TdClassName
{
border-color: #454ECC;
}
.TagClassName
{
border-color: #454ECC;
}
</style>