Shades of Free Speech Blue #4667BA
Tints of Free Speech Blue #4667BA
RGB
CMYK
RGB Variations
Color information
#4667BA (or 0x4667BA) is known color: Free Speech Blue. HEX triplet: 46, 67 and BA. RGB value is (70,103,186). Sum of RGB (Red+Green+Blue) = 70+103+186=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #4667BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667BA is #B99845. Grayscale: #666666. Windows color (decimal): -12163142 or 12216134. OLE color: 12216134.
HSL color Cylindrical-coordinate representation of color #4667BA: hue angle of 222.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4667BA is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 103 | 186 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.27 |
| HSL | 222.93º | 0.46% | 0.5% | - |
| HSV(B) | 222.93º | 0.62% | 0.73% | - |
| XYZ | 16.24 | 14.55 | 48.41 | - |
| YUV | 102.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 186 | 0.62 | 0.45 | 0 | 0.27 | 222.93 | 0.46 | 0.5 |
| Hex | 46 | 67 | BA | 3E | 2D | 0 | 1B | DF | 2E | 32 |
| Octal | 106 | 147 | 272 | 76 | 55 | 0 | 33 | 337 | 56 | 62 |
| Binary | 1000110 | 1100111 | 10111010 | 111110 | 101101 | 0 | 11011 | 11011111 | 101110 | 110010 |
Color Harmonies of #4667BA
Complementary color
Monochromatic Colors of #4667BA
Black with #4667BA
Text Example
Text Example
White with #4667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667BA; }
p { color: rgb(70,103,186); }
H1.HeaderClassName
{
color: #4667BA;
}
.AnyTagClassName
{
color: #4667BA;
}
</style>
background-color css
<style>
a { background-color: #4667BA; }
a { background-color: rgb(70,103,186); }
div.DivClassName
{
background-color: #4667BA;
}
.BgClassName
{
background-color: #4667BA;
}
</style>
border-color css
<style>
span { border-color: #4667BA; }
span { border-color: rgb(70,103,186); }
td.TdClassName
{
border-color: #4667BA;
}
.TagClassName
{
border-color: #4667BA;
}
</style>