Shades of Free Speech Blue #454DD4
Tints of Free Speech Blue #454DD4
RGB
CMYK
RGB Variations
Color information
#454DD4 (or 0x454DD4) is known color: Free Speech Blue. HEX triplet: 45, 4D and D4. RGB value is (69,77,212). Sum of RGB (Red+Green+Blue) = 69+77+212=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #454DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DD4 is #BAB22B. Grayscale: #595959. Windows color (decimal): -12235308 or 13913413. OLE color: 13913413.
HSL color Cylindrical-coordinate representation of color #454DD4: hue angle of 236.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454DD4 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 77 | 212 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.17 |
| HSL | 236.64º | 0.62% | 0.55% | - |
| HSV(B) | 236.64º | 0.67% | 0.83% | - |
| XYZ | 16.99 | 11.33 | 63.58 | - |
| YUV | 90 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 212 | 0.67 | 0.64 | 0 | 0.17 | 236.64 | 0.62 | 0.55 |
| Hex | 45 | 4D | D4 | 43 | 40 | 0 | 11 | ED | 3E | 37 |
| Octal | 105 | 115 | 324 | 103 | 100 | 0 | 21 | 355 | 76 | 67 |
| Binary | 1000101 | 1001101 | 11010100 | 1000011 | 1000000 | 0 | 10001 | 11101101 | 111110 | 110111 |
Color Harmonies of #454DD4
Complementary color
Monochromatic Colors of #454DD4
Black with #454DD4
Text Example
Text Example
White with #454DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DD4; }
p { color: rgb(69,77,212); }
H1.HeaderClassName
{
color: #454DD4;
}
.AnyTagClassName
{
color: #454DD4;
}
</style>
background-color css
<style>
a { background-color: #454DD4; }
a { background-color: rgb(69,77,212); }
div.DivClassName
{
background-color: #454DD4;
}
.BgClassName
{
background-color: #454DD4;
}
</style>
border-color css
<style>
span { border-color: #454DD4; }
span { border-color: rgb(69,77,212); }
td.TdClassName
{
border-color: #454DD4;
}
.TagClassName
{
border-color: #454DD4;
}
</style>