Shades of Free Speech Blue #454EC3
Tints of Free Speech Blue #454EC3
RGB
CMYK
RGB Variations
Color information
#454EC3 (or 0x454EC3) is known color: Free Speech Blue. HEX triplet: 45, 4E and C3. RGB value is (69,78,195). Sum of RGB (Red+Green+Blue) = 69+78+195=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 195 (76.56% from 255 or 57.02% from 342); Max value from RGB is 195 - color contains mainly: blue. Hex color #454EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454EC3 is #BAB13C. Grayscale: #585858. Windows color (decimal): -12235069 or 12799557. OLE color: 12799557.
HSL color Cylindrical-coordinate representation of color #454EC3: hue angle of 235.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454EC3 is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 78 | 195 | - |
| CMYK | 0.65 | 0.6 | 0 | 0.24 |
| HSL | 235.71º | 0.51% | 0.52% | - |
| HSV(B) | 235.71º | 0.65% | 0.76% | - |
| XYZ | 15.03 | 10.65 | 52.89 | - |
| YUV | 88.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 195 | 0.65 | 0.6 | 0 | 0.24 | 235.71 | 0.51 | 0.52 |
| Hex | 45 | 4E | C3 | 41 | 3C | 0 | 18 | EC | 33 | 34 |
| Octal | 105 | 116 | 303 | 101 | 74 | 0 | 30 | 354 | 63 | 64 |
| Binary | 1000101 | 1001110 | 11000011 | 1000001 | 111100 | 0 | 11000 | 11101100 | 110011 | 110100 |
Color Harmonies of #454EC3
Complementary color
Monochromatic Colors of #454EC3
Black with #454EC3
Text Example
Text Example
White with #454EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EC3; }
p { color: rgb(69,78,195); }
H1.HeaderClassName
{
color: #454EC3;
}
.AnyTagClassName
{
color: #454EC3;
}
</style>
background-color css
<style>
a { background-color: #454EC3; }
a { background-color: rgb(69,78,195); }
div.DivClassName
{
background-color: #454EC3;
}
.BgClassName
{
background-color: #454EC3;
}
</style>
border-color css
<style>
span { border-color: #454EC3; }
span { border-color: rgb(69,78,195); }
td.TdClassName
{
border-color: #454EC3;
}
.TagClassName
{
border-color: #454EC3;
}
</style>