Shades of Free Speech Blue #455EC1
Tints of Free Speech Blue #455EC1
RGB
CMYK
RGB Variations
Color information
#455EC1 (or 0x455EC1) is known color: Free Speech Blue. HEX triplet: 45, 5E and C1. RGB value is (69,94,193). Sum of RGB (Red+Green+Blue) = 69+94+193=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #455EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EC1 is #BAA13E. Grayscale: #616161. Windows color (decimal): -12230975 or 12672581. OLE color: 12672581.
HSL color Cylindrical-coordinate representation of color #455EC1: hue angle of 227.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455EC1 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 94 | 193 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.24 |
| HSL | 227.9º | 0.5% | 0.51% | - |
| HSV(B) | 227.9º | 0.64% | 0.76% | - |
| XYZ | 16.08 | 13.12 | 52.14 | - |
| YUV | 97.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 193 | 0.64 | 0.51 | 0 | 0.24 | 227.9 | 0.5 | 0.51 |
| Hex | 45 | 5E | C1 | 40 | 33 | 0 | 18 | E4 | 32 | 33 |
| Octal | 105 | 136 | 301 | 100 | 63 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000101 | 1011110 | 11000001 | 1000000 | 110011 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #455EC1
Complementary color
Monochromatic Colors of #455EC1
Black with #455EC1
Text Example
Text Example
White with #455EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EC1; }
p { color: rgb(69,94,193); }
H1.HeaderClassName
{
color: #455EC1;
}
.AnyTagClassName
{
color: #455EC1;
}
</style>
background-color css
<style>
a { background-color: #455EC1; }
a { background-color: rgb(69,94,193); }
div.DivClassName
{
background-color: #455EC1;
}
.BgClassName
{
background-color: #455EC1;
}
</style>
border-color css
<style>
span { border-color: #455EC1; }
span { border-color: rgb(69,94,193); }
td.TdClassName
{
border-color: #455EC1;
}
.TagClassName
{
border-color: #455EC1;
}
</style>