Shades of Free Speech Blue #4537CE
Tints of Free Speech Blue #4537CE
RGB
CMYK
RGB Variations
Color information
#4537CE (or 0x4537CE) is known color: Free Speech Blue. HEX triplet: 45, 37 and CE. RGB value is (69,55,206). Sum of RGB (Red+Green+Blue) = 69+55+206=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4537CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4537CE is #BAC831. Grayscale: #4B4B4B. Windows color (decimal): -12240946 or 13514565. OLE color: 13514565.
HSL color Cylindrical-coordinate representation of color #4537CE: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4537CE is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 55 | 206 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.19 |
| HSL | 245.56º | 0.61% | 0.51% | - |
| HSV(B) | 245.56º | 0.73% | 0.81% | - |
| XYZ | 14.96 | 8.45 | 59.24 | - |
| YUV | 76.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 206 | 0.67 | 0.73 | 0 | 0.19 | 245.56 | 0.61 | 0.51 |
| Hex | 45 | 37 | CE | 43 | 49 | 0 | 13 | F6 | 3D | 33 |
| Octal | 105 | 67 | 316 | 103 | 111 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000101 | 110111 | 11001110 | 1000011 | 1001001 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4537CE
Complementary color
Monochromatic Colors of #4537CE
Black with #4537CE
Text Example
Text Example
White with #4537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537CE; }
p { color: rgb(69,55,206); }
H1.HeaderClassName
{
color: #4537CE;
}
.AnyTagClassName
{
color: #4537CE;
}
</style>
background-color css
<style>
a { background-color: #4537CE; }
a { background-color: rgb(69,55,206); }
div.DivClassName
{
background-color: #4537CE;
}
.BgClassName
{
background-color: #4537CE;
}
</style>
border-color css
<style>
span { border-color: #4537CE; }
span { border-color: rgb(69,55,206); }
td.TdClassName
{
border-color: #4537CE;
}
.TagClassName
{
border-color: #4537CE;
}
</style>