Shades of Free Speech Blue #455FC1
Tints of Free Speech Blue #455FC1
RGB
CMYK
RGB Variations
Color information
#455FC1 (or 0x455FC1) is known color: Free Speech Blue. HEX triplet: 45, 5F and C1. RGB value is (69,95,193). Sum of RGB (Red+Green+Blue) = 69+95+193=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #455FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FC1 is #BAA03E. Grayscale: #616161. Windows color (decimal): -12230719 or 12672837. OLE color: 12672837.
HSL color Cylindrical-coordinate representation of color #455FC1: hue angle of 227.42º 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 #455FC1 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 95 | 193 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.24 |
| HSL | 227.42º | 0.5% | 0.51% | - |
| HSV(B) | 227.42º | 0.64% | 0.76% | - |
| XYZ | 16.17 | 13.3 | 52.17 | - |
| YUV | 98.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 193 | 0.64 | 0.51 | 0 | 0.24 | 227.42 | 0.5 | 0.51 |
| Hex | 45 | 5F | C1 | 40 | 33 | 0 | 18 | E3 | 32 | 33 |
| Octal | 105 | 137 | 301 | 100 | 63 | 0 | 30 | 343 | 62 | 63 |
| Binary | 1000101 | 1011111 | 11000001 | 1000000 | 110011 | 0 | 11000 | 11100011 | 110010 | 110011 |
Color Harmonies of #455FC1
Complementary color
Monochromatic Colors of #455FC1
Black with #455FC1
Text Example
Text Example
White with #455FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FC1; }
p { color: rgb(69,95,193); }
H1.HeaderClassName
{
color: #455FC1;
}
.AnyTagClassName
{
color: #455FC1;
}
</style>
background-color css
<style>
a { background-color: #455FC1; }
a { background-color: rgb(69,95,193); }
div.DivClassName
{
background-color: #455FC1;
}
.BgClassName
{
background-color: #455FC1;
}
</style>
border-color css
<style>
span { border-color: #455FC1; }
span { border-color: rgb(69,95,193); }
td.TdClassName
{
border-color: #455FC1;
}
.TagClassName
{
border-color: #455FC1;
}
</style>