Shades of Free Speech Blue #455BC1
Tints of Free Speech Blue #455BC1
RGB
CMYK
RGB Variations
Color information
#455BC1 (or 0x455BC1) is known color: Free Speech Blue. HEX triplet: 45, 5B and C1. RGB value is (69,91,193). Sum of RGB (Red+Green+Blue) = 69+91+193=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #455BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BC1 is #BAA43E. Grayscale: #5F5F5F. Windows color (decimal): -12231743 or 12671813. OLE color: 12671813.
HSL color Cylindrical-coordinate representation of color #455BC1: hue angle of 229.35º 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 #455BC1 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 91 | 193 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.24 |
| HSL | 229.35º | 0.5% | 0.51% | - |
| HSV(B) | 229.35º | 0.64% | 0.76% | - |
| XYZ | 15.82 | 12.6 | 52.05 | - |
| YUV | 96.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 193 | 0.64 | 0.53 | 0 | 0.24 | 229.35 | 0.5 | 0.51 |
| Hex | 45 | 5B | C1 | 40 | 35 | 0 | 18 | E5 | 32 | 33 |
| Octal | 105 | 133 | 301 | 100 | 65 | 0 | 30 | 345 | 62 | 63 |
| Binary | 1000101 | 1011011 | 11000001 | 1000000 | 110101 | 0 | 11000 | 11100101 | 110010 | 110011 |
Color Harmonies of #455BC1
Complementary color
Monochromatic Colors of #455BC1
Black with #455BC1
Text Example
Text Example
White with #455BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BC1; }
p { color: rgb(69,91,193); }
H1.HeaderClassName
{
color: #455BC1;
}
.AnyTagClassName
{
color: #455BC1;
}
</style>
background-color css
<style>
a { background-color: #455BC1; }
a { background-color: rgb(69,91,193); }
div.DivClassName
{
background-color: #455BC1;
}
.BgClassName
{
background-color: #455BC1;
}
</style>
border-color css
<style>
span { border-color: #455BC1; }
span { border-color: rgb(69,91,193); }
td.TdClassName
{
border-color: #455BC1;
}
.TagClassName
{
border-color: #455BC1;
}
</style>