Shades of Free Speech Blue #454CCD
Tints of Free Speech Blue #454CCD
RGB
CMYK
RGB Variations
Color information
#454CCD (or 0x454CCD) is known color: Free Speech Blue. HEX triplet: 45, 4C and CD. RGB value is (69,76,205). Sum of RGB (Red+Green+Blue) = 69+76+205=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #454CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CCD is #BAB332. Grayscale: #585858. Windows color (decimal): -12235571 or 13454405. OLE color: 13454405.
HSL color Cylindrical-coordinate representation of color #454CCD: hue angle of 236.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454CCD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 76 | 205 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.20 |
| HSL | 236.91º | 0.58% | 0.54% | - |
| HSV(B) | 236.91º | 0.66% | 0.8% | - |
| XYZ | 16.06 | 10.84 | 59 | - |
| YUV | 88.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 205 | 0.66 | 0.63 | 0 | 0.20 | 236.91 | 0.58 | 0.54 |
| Hex | 45 | 4C | CD | 42 | 3F | 0 | 14 | ED | 3A | 36 |
| Octal | 105 | 114 | 315 | 102 | 77 | 0 | 24 | 355 | 72 | 66 |
| Binary | 1000101 | 1001100 | 11001101 | 1000010 | 111111 | 0 | 10100 | 11101101 | 111010 | 110110 |
Color Harmonies of #454CCD
Complementary color
Monochromatic Colors of #454CCD
Black with #454CCD
Text Example
Text Example
White with #454CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CCD; }
p { color: rgb(69,76,205); }
H1.HeaderClassName
{
color: #454CCD;
}
.AnyTagClassName
{
color: #454CCD;
}
</style>
background-color css
<style>
a { background-color: #454CCD; }
a { background-color: rgb(69,76,205); }
div.DivClassName
{
background-color: #454CCD;
}
.BgClassName
{
background-color: #454CCD;
}
</style>
border-color css
<style>
span { border-color: #454CCD; }
span { border-color: rgb(69,76,205); }
td.TdClassName
{
border-color: #454CCD;
}
.TagClassName
{
border-color: #454CCD;
}
</style>