Shades of Free Speech Blue #4538BA
Tints of Free Speech Blue #4538BA
RGB
CMYK
RGB Variations
Color information
#4538BA (or 0x4538BA) is known color: Free Speech Blue. HEX triplet: 45, 38 and BA. RGB value is (69,56,186). Sum of RGB (Red+Green+Blue) = 69+56+186=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #4538BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538BA is #BAC745. Grayscale: #4A4A4A. Windows color (decimal): -12240710 or 12204101. OLE color: 12204101.
HSL color Cylindrical-coordinate representation of color #4538BA: hue angle of 246º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4538BA is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 56 | 186 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.27 |
| HSL | 246º | 0.54% | 0.47% | - |
| HSV(B) | 246º | 0.7% | 0.73% | - |
| XYZ | 12.73 | 7.64 | 47.26 | - |
| YUV | 74.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 186 | 0.63 | 0.70 | 0 | 0.27 | 246 | 0.54 | 0.47 |
| Hex | 45 | 38 | BA | 3F | 46 | 0 | 1B | F6 | 36 | 2F |
| Octal | 105 | 70 | 272 | 77 | 106 | 0 | 33 | 366 | 66 | 57 |
| Binary | 1000101 | 111000 | 10111010 | 111111 | 1000110 | 0 | 11011 | 11110110 | 110110 | 101111 |
Color Harmonies of #4538BA
Complementary color
Monochromatic Colors of #4538BA
Black with #4538BA
Text Example
Text Example
White with #4538BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4538BA; }
p { color: rgb(69,56,186); }
H1.HeaderClassName
{
color: #4538BA;
}
.AnyTagClassName
{
color: #4538BA;
}
</style>
background-color css
<style>
a { background-color: #4538BA; }
a { background-color: rgb(69,56,186); }
div.DivClassName
{
background-color: #4538BA;
}
.BgClassName
{
background-color: #4538BA;
}
</style>
border-color css
<style>
span { border-color: #4538BA; }
span { border-color: rgb(69,56,186); }
td.TdClassName
{
border-color: #4538BA;
}
.TagClassName
{
border-color: #4538BA;
}
</style>