Shades of Free Speech Blue #4537BD
Tints of Free Speech Blue #4537BD
RGB
CMYK
RGB Variations
Color information
#4537BD (or 0x4537BD) is known color: Free Speech Blue. HEX triplet: 45, 37 and BD. RGB value is (69,55,189). Sum of RGB (Red+Green+Blue) = 69+55+189=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #4537BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4537BD is #BAC842. Grayscale: #494949. Windows color (decimal): -12240963 or 12400453. OLE color: 12400453.
HSL color Cylindrical-coordinate representation of color #4537BD: hue angle of 246.27º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4537BD is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 55 | 189 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.26 |
| HSL | 246.27º | 0.55% | 0.48% | - |
| HSV(B) | 246.27º | 0.71% | 0.74% | - |
| XYZ | 13.01 | 7.67 | 48.94 | - |
| YUV | 74.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 189 | 0.63 | 0.71 | 0 | 0.26 | 246.27 | 0.55 | 0.48 |
| Hex | 45 | 37 | BD | 3F | 47 | 0 | 1A | F6 | 37 | 30 |
| Octal | 105 | 67 | 275 | 77 | 107 | 0 | 32 | 366 | 67 | 60 |
| Binary | 1000101 | 110111 | 10111101 | 111111 | 1000111 | 0 | 11010 | 11110110 | 110111 | 110000 |
Color Harmonies of #4537BD
Complementary color
Monochromatic Colors of #4537BD
Black with #4537BD
Text Example
Text Example
White with #4537BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537BD; }
p { color: rgb(69,55,189); }
H1.HeaderClassName
{
color: #4537BD;
}
.AnyTagClassName
{
color: #4537BD;
}
</style>
background-color css
<style>
a { background-color: #4537BD; }
a { background-color: rgb(69,55,189); }
div.DivClassName
{
background-color: #4537BD;
}
.BgClassName
{
background-color: #4537BD;
}
</style>
border-color css
<style>
span { border-color: #4537BD; }
span { border-color: rgb(69,55,189); }
td.TdClassName
{
border-color: #4537BD;
}
.TagClassName
{
border-color: #4537BD;
}
</style>