Shades of Free Speech Blue #454ADB
Tints of Free Speech Blue #454ADB
RGB
CMYK
RGB Variations
Color information
#454ADB (or 0x454ADB) is known color: Free Speech Blue. HEX triplet: 45, 4A and DB. RGB value is (69,74,219). Sum of RGB (Red+Green+Blue) = 69+74+219=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #454ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454ADB is #BAB524. Grayscale: #585858. Windows color (decimal): -12236069 or 14371397. OLE color: 14371397.
HSL color Cylindrical-coordinate representation of color #454ADB: hue angle of 238º 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 #454ADB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 74 | 219 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.14 |
| HSL | 238º | 0.68% | 0.56% | - |
| HSV(B) | 238º | 0.68% | 0.86% | - |
| XYZ | 17.69 | 11.28 | 68.26 | - |
| YUV | 89.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 219 | 0.68 | 0.66 | 0 | 0.14 | 238 | 0.68 | 0.56 |
| Hex | 45 | 4A | DB | 44 | 42 | 0 | E | EE | 44 | 38 |
| Octal | 105 | 112 | 333 | 104 | 102 | 0 | 16 | 356 | 104 | 70 |
| Binary | 1000101 | 1001010 | 11011011 | 1000100 | 1000010 | 0 | 1110 | 11101110 | 1000100 | 111000 |
Color Harmonies of #454ADB
Complementary color
Monochromatic Colors of #454ADB
Black with #454ADB
Text Example
Text Example
White with #454ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ADB; }
p { color: rgb(69,74,219); }
H1.HeaderClassName
{
color: #454ADB;
}
.AnyTagClassName
{
color: #454ADB;
}
</style>
background-color css
<style>
a { background-color: #454ADB; }
a { background-color: rgb(69,74,219); }
div.DivClassName
{
background-color: #454ADB;
}
.BgClassName
{
background-color: #454ADB;
}
</style>
border-color css
<style>
span { border-color: #454ADB; }
span { border-color: rgb(69,74,219); }
td.TdClassName
{
border-color: #454ADB;
}
.TagClassName
{
border-color: #454ADB;
}
</style>