Shades of Free Speech Blue #4553CE
Tints of Free Speech Blue #4553CE
RGB
CMYK
RGB Variations
Color information
#4553CE (or 0x4553CE) is known color: Free Speech Blue. HEX triplet: 45, 53 and CE. RGB value is (69,83,206). Sum of RGB (Red+Green+Blue) = 69+83+206=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4553CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553CE is #BAAC31. Grayscale: #5C5C5C. Windows color (decimal): -12233778 or 13521733. OLE color: 13521733.
HSL color Cylindrical-coordinate representation of color #4553CE: hue angle of 233.87º degrees, saturation: 0.58, 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 #4553CE is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 83 | 206 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.87º | 0.58% | 0.54% | - |
| HSV(B) | 233.87º | 0.67% | 0.81% | - |
| XYZ | 16.69 | 11.91 | 59.81 | - |
| YUV | 92.84 | 191.86 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 206 | 0.67 | 0.60 | 0 | 0.19 | 233.87 | 0.58 | 0.54 |
| Hex | 45 | 53 | CE | 43 | 3C | 0 | 13 | EA | 3A | 36 |
| Octal | 105 | 123 | 316 | 103 | 74 | 0 | 23 | 352 | 72 | 66 |
| Binary | 1000101 | 1010011 | 11001110 | 1000011 | 111100 | 0 | 10011 | 11101010 | 111010 | 110110 |
Color Harmonies of #4553CE
Complementary color
Monochromatic Colors of #4553CE
Black with #4553CE
Text Example
Text Example
White with #4553CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553CE; }
p { color: rgb(69,83,206); }
H1.HeaderClassName
{
color: #4553CE;
}
.AnyTagClassName
{
color: #4553CE;
}
</style>
background-color css
<style>
a { background-color: #4553CE; }
a { background-color: rgb(69,83,206); }
div.DivClassName
{
background-color: #4553CE;
}
.BgClassName
{
background-color: #4553CE;
}
</style>
border-color css
<style>
span { border-color: #4553CE; }
span { border-color: rgb(69,83,206); }
td.TdClassName
{
border-color: #4553CE;
}
.TagClassName
{
border-color: #4553CE;
}
</style>