Shades of Free Speech Blue #4667BB
Tints of Free Speech Blue #4667BB
RGB
CMYK
RGB Variations
Color information
#4667BB (or 0x4667BB) is known color: Free Speech Blue. HEX triplet: 46, 67 and BB. RGB value is (70,103,187). Sum of RGB (Red+Green+Blue) = 70+103+187=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #4667BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667BB is #B99844. Grayscale: #666666. Windows color (decimal): -12163141 or 12281670. OLE color: 12281670.
HSL color Cylindrical-coordinate representation of color #4667BB: hue angle of 223.08º 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 #4667BB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 103 | 187 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.27 |
| HSL | 223.08º | 0.46% | 0.5% | - |
| HSV(B) | 223.08º | 0.63% | 0.73% | - |
| XYZ | 16.35 | 14.59 | 48.97 | - |
| YUV | 102.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 187 | 0.63 | 0.45 | 0 | 0.27 | 223.08 | 0.46 | 0.5 |
| Hex | 46 | 67 | BB | 3F | 2D | 0 | 1B | DF | 2E | 32 |
| Octal | 106 | 147 | 273 | 77 | 55 | 0 | 33 | 337 | 56 | 62 |
| Binary | 1000110 | 1100111 | 10111011 | 111111 | 101101 | 0 | 11011 | 11011111 | 101110 | 110010 |
Color Harmonies of #4667BB
Complementary color
Monochromatic Colors of #4667BB
Black with #4667BB
Text Example
Text Example
White with #4667BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667BB; }
p { color: rgb(70,103,187); }
H1.HeaderClassName
{
color: #4667BB;
}
.AnyTagClassName
{
color: #4667BB;
}
</style>
background-color css
<style>
a { background-color: #4667BB; }
a { background-color: rgb(70,103,187); }
div.DivClassName
{
background-color: #4667BB;
}
.BgClassName
{
background-color: #4667BB;
}
</style>
border-color css
<style>
span { border-color: #4667BB; }
span { border-color: rgb(70,103,187); }
td.TdClassName
{
border-color: #4667BB;
}
.TagClassName
{
border-color: #4667BB;
}
</style>