Shades of Free Speech Blue #4538BD
Tints of Free Speech Blue #4538BD
RGB
CMYK
RGB Variations
Color information
#4538BD (or 0x4538BD) is known color: Free Speech Blue. HEX triplet: 45, 38 and BD. RGB value is (69,56,189). Sum of RGB (Red+Green+Blue) = 69+56+189=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #4538BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538BD is #BAC742. Grayscale: #4A4A4A. Windows color (decimal): -12240707 or 12400709. OLE color: 12400709.
HSL color Cylindrical-coordinate representation of color #4538BD: hue angle of 245.86º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4538BD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 56 | 189 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.26 |
| HSL | 245.86º | 0.54% | 0.48% | - |
| HSV(B) | 245.86º | 0.7% | 0.74% | - |
| XYZ | 13.05 | 7.77 | 48.96 | - |
| YUV | 75.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 189 | 0.63 | 0.70 | 0 | 0.26 | 245.86 | 0.54 | 0.48 |
| Hex | 45 | 38 | BD | 3F | 46 | 0 | 1A | F6 | 36 | 30 |
| Octal | 105 | 70 | 275 | 77 | 106 | 0 | 32 | 366 | 66 | 60 |
| Binary | 1000101 | 111000 | 10111101 | 111111 | 1000110 | 0 | 11010 | 11110110 | 110110 | 110000 |
Color Harmonies of #4538BD
Complementary color
Monochromatic Colors of #4538BD
Black with #4538BD
Text Example
Text Example
White with #4538BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4538BD; }
p { color: rgb(69,56,189); }
H1.HeaderClassName
{
color: #4538BD;
}
.AnyTagClassName
{
color: #4538BD;
}
</style>
background-color css
<style>
a { background-color: #4538BD; }
a { background-color: rgb(69,56,189); }
div.DivClassName
{
background-color: #4538BD;
}
.BgClassName
{
background-color: #4538BD;
}
</style>
border-color css
<style>
span { border-color: #4538BD; }
span { border-color: rgb(69,56,189); }
td.TdClassName
{
border-color: #4538BD;
}
.TagClassName
{
border-color: #4538BD;
}
</style>