Shades of Free Speech Blue #4567BA
Tints of Free Speech Blue #4567BA
RGB
CMYK
RGB Variations
Color information
#4567BA (or 0x4567BA) is known color: Free Speech Blue. HEX triplet: 45, 67 and BA. RGB value is (69,103,186). Sum of RGB (Red+Green+Blue) = 69+103+186=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #4567BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4567BA is #BA9845. Grayscale: #656565. Windows color (decimal): -12228678 or 12216133. OLE color: 12216133.
HSL color Cylindrical-coordinate representation of color #4567BA: hue angle of 222.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4567BA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 103 | 186 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.27 |
| HSL | 222.56º | 0.46% | 0.5% | - |
| HSV(B) | 222.56º | 0.63% | 0.73% | - |
| XYZ | 16.17 | 14.51 | 48.4 | - |
| YUV | 102.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 186 | 0.63 | 0.45 | 0 | 0.27 | 222.56 | 0.46 | 0.5 |
| Hex | 45 | 67 | BA | 3F | 2D | 0 | 1B | DF | 2E | 32 |
| Octal | 105 | 147 | 272 | 77 | 55 | 0 | 33 | 337 | 56 | 62 |
| Binary | 1000101 | 1100111 | 10111010 | 111111 | 101101 | 0 | 11011 | 11011111 | 101110 | 110010 |
Color Harmonies of #4567BA
Complementary color
Monochromatic Colors of #4567BA
Black with #4567BA
Text Example
Text Example
White with #4567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4567BA; }
p { color: rgb(69,103,186); }
H1.HeaderClassName
{
color: #4567BA;
}
.AnyTagClassName
{
color: #4567BA;
}
</style>
background-color css
<style>
a { background-color: #4567BA; }
a { background-color: rgb(69,103,186); }
div.DivClassName
{
background-color: #4567BA;
}
.BgClassName
{
background-color: #4567BA;
}
</style>
border-color css
<style>
span { border-color: #4567BA; }
span { border-color: rgb(69,103,186); }
td.TdClassName
{
border-color: #4567BA;
}
.TagClassName
{
border-color: #4567BA;
}
</style>