Shades of Free Speech Blue #455DC1
Tints of Free Speech Blue #455DC1
RGB
CMYK
RGB Variations
Color information
#455DC1 (or 0x455DC1) is known color: Free Speech Blue. HEX triplet: 45, 5D and C1. RGB value is (69,93,193). Sum of RGB (Red+Green+Blue) = 69+93+193=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #455DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DC1 is #BAA23E. Grayscale: #606060. Windows color (decimal): -12231231 or 12672325. OLE color: 12672325.
HSL color Cylindrical-coordinate representation of color #455DC1: hue angle of 228.39º 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 #455DC1 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 93 | 193 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.24 |
| HSL | 228.39º | 0.5% | 0.51% | - |
| HSV(B) | 228.39º | 0.64% | 0.76% | - |
| XYZ | 15.99 | 12.94 | 52.11 | - |
| YUV | 97.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 193 | 0.64 | 0.52 | 0 | 0.24 | 228.39 | 0.5 | 0.51 |
| Hex | 45 | 5D | C1 | 40 | 34 | 0 | 18 | E4 | 32 | 33 |
| Octal | 105 | 135 | 301 | 100 | 64 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000101 | 1011101 | 11000001 | 1000000 | 110100 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #455DC1
Complementary color
Monochromatic Colors of #455DC1
Black with #455DC1
Text Example
Text Example
White with #455DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DC1; }
p { color: rgb(69,93,193); }
H1.HeaderClassName
{
color: #455DC1;
}
.AnyTagClassName
{
color: #455DC1;
}
</style>
background-color css
<style>
a { background-color: #455DC1; }
a { background-color: rgb(69,93,193); }
div.DivClassName
{
background-color: #455DC1;
}
.BgClassName
{
background-color: #455DC1;
}
</style>
border-color css
<style>
span { border-color: #455DC1; }
span { border-color: rgb(69,93,193); }
td.TdClassName
{
border-color: #455DC1;
}
.TagClassName
{
border-color: #455DC1;
}
</style>