Shades of Free Speech Blue #4551CF
Tints of Free Speech Blue #4551CF
RGB
CMYK
RGB Variations
Color information
#4551CF (or 0x4551CF) is known color: Free Speech Blue. HEX triplet: 45, 51 and CF. RGB value is (69,81,207). Sum of RGB (Red+Green+Blue) = 69+81+207=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4551CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4551CF is #BAAE30. Grayscale: #5B5B5B. Windows color (decimal): -12234289 or 13586757. OLE color: 13586757.
HSL color Cylindrical-coordinate representation of color #4551CF: hue angle of 234.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4551CF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 81 | 207 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.19 |
| HSL | 234.78º | 0.59% | 0.54% | - |
| HSV(B) | 234.78º | 0.67% | 0.81% | - |
| XYZ | 16.66 | 11.66 | 60.4 | - |
| YUV | 91.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 207 | 0.67 | 0.61 | 0 | 0.19 | 234.78 | 0.59 | 0.54 |
| Hex | 45 | 51 | CF | 43 | 3D | 0 | 13 | EB | 3B | 36 |
| Octal | 105 | 121 | 317 | 103 | 75 | 0 | 23 | 353 | 73 | 66 |
| Binary | 1000101 | 1010001 | 11001111 | 1000011 | 111101 | 0 | 10011 | 11101011 | 111011 | 110110 |
Color Harmonies of #4551CF
Complementary color
Monochromatic Colors of #4551CF
Black with #4551CF
Text Example
Text Example
White with #4551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4551CF; }
p { color: rgb(69,81,207); }
H1.HeaderClassName
{
color: #4551CF;
}
.AnyTagClassName
{
color: #4551CF;
}
</style>
background-color css
<style>
a { background-color: #4551CF; }
a { background-color: rgb(69,81,207); }
div.DivClassName
{
background-color: #4551CF;
}
.BgClassName
{
background-color: #4551CF;
}
</style>
border-color css
<style>
span { border-color: #4551CF; }
span { border-color: rgb(69,81,207); }
td.TdClassName
{
border-color: #4551CF;
}
.TagClassName
{
border-color: #4551CF;
}
</style>