Shades of Free Speech Blue #4555CC
Tints of Free Speech Blue #4555CC
RGB
CMYK
RGB Variations
Color information
#4555CC (or 0x4555CC) is known color: Free Speech Blue. HEX triplet: 45, 55 and CC. RGB value is (69,85,204). Sum of RGB (Red+Green+Blue) = 69+85+204=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #4555CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4555CC is #BAAA33. Grayscale: #5D5D5D. Windows color (decimal): -12233268 or 13391173. OLE color: 13391173.
HSL color Cylindrical-coordinate representation of color #4555CC: hue angle of 232.89º degrees, saturation: 0.57, 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 #4555CC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 85 | 204 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.2 |
| HSL | 232.89º | 0.57% | 0.54% | - |
| HSV(B) | 232.89º | 0.66% | 0.8% | - |
| XYZ | 16.6 | 12.12 | 58.59 | - |
| YUV | 93.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 204 | 0.66 | 0.58 | 0 | 0.2 | 232.89 | 0.57 | 0.54 |
| Hex | 45 | 55 | CC | 42 | 3A | 0 | 14 | E9 | 39 | 36 |
| Octal | 105 | 125 | 314 | 102 | 72 | 0 | 24 | 351 | 71 | 66 |
| Binary | 1000101 | 1010101 | 11001100 | 1000010 | 111010 | 0 | 10100 | 11101001 | 111001 | 110110 |
Color Harmonies of #4555CC
Complementary color
Monochromatic Colors of #4555CC
Black with #4555CC
Text Example
Text Example
White with #4555CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4555CC; }
p { color: rgb(69,85,204); }
H1.HeaderClassName
{
color: #4555CC;
}
.AnyTagClassName
{
color: #4555CC;
}
</style>
background-color css
<style>
a { background-color: #4555CC; }
a { background-color: rgb(69,85,204); }
div.DivClassName
{
background-color: #4555CC;
}
.BgClassName
{
background-color: #4555CC;
}
</style>
border-color css
<style>
span { border-color: #4555CC; }
span { border-color: rgb(69,85,204); }
td.TdClassName
{
border-color: #4555CC;
}
.TagClassName
{
border-color: #4555CC;
}
</style>