Shades of Free Speech Blue #454BDB
Tints of Free Speech Blue #454BDB
RGB
CMYK
RGB Variations
Color information
#454BDB (or 0x454BDB) is known color: Free Speech Blue. HEX triplet: 45, 4B and DB. RGB value is (69,75,219). Sum of RGB (Red+Green+Blue) = 69+75+219=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #454BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BDB is #BAB424. Grayscale: #595959. Windows color (decimal): -12235813 or 14371653. OLE color: 14371653.
HSL color Cylindrical-coordinate representation of color #454BDB: hue angle of 237.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454BDB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 75 | 219 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.14 |
| HSL | 237.6º | 0.68% | 0.56% | - |
| HSV(B) | 237.6º | 0.68% | 0.86% | - |
| XYZ | 17.76 | 11.41 | 68.28 | - |
| YUV | 89.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 219 | 0.68 | 0.66 | 0 | 0.14 | 237.6 | 0.68 | 0.56 |
| Hex | 45 | 4B | DB | 44 | 42 | 0 | E | EE | 44 | 38 |
| Octal | 105 | 113 | 333 | 104 | 102 | 0 | 16 | 356 | 104 | 70 |
| Binary | 1000101 | 1001011 | 11011011 | 1000100 | 1000010 | 0 | 1110 | 11101110 | 1000100 | 111000 |
Color Harmonies of #454BDB
Complementary color
Monochromatic Colors of #454BDB
Black with #454BDB
Text Example
Text Example
White with #454BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454BDB; }
p { color: rgb(69,75,219); }
H1.HeaderClassName
{
color: #454BDB;
}
.AnyTagClassName
{
color: #454BDB;
}
</style>
background-color css
<style>
a { background-color: #454BDB; }
a { background-color: rgb(69,75,219); }
div.DivClassName
{
background-color: #454BDB;
}
.BgClassName
{
background-color: #454BDB;
}
</style>
border-color css
<style>
span { border-color: #454BDB; }
span { border-color: rgb(69,75,219); }
td.TdClassName
{
border-color: #454BDB;
}
.TagClassName
{
border-color: #454BDB;
}
</style>