Shades of Free Speech Blue #4467BA
Tints of Free Speech Blue #4467BA
RGB
CMYK
RGB Variations
Color information
#4467BA (or 0x4467BA) is known color: Free Speech Blue. HEX triplet: 44, 67 and BA. RGB value is (68,103,186). Sum of RGB (Red+Green+Blue) = 68+103+186=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4467BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467BA is #BB9845. Grayscale: #656565. Windows color (decimal): -12294214 or 12216132. OLE color: 12216132.
HSL color Cylindrical-coordinate representation of color #4467BA: hue angle of 222.2º 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 #4467BA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 103 | 186 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.27 |
| HSL | 222.2º | 0.46% | 0.5% | - |
| HSV(B) | 222.2º | 0.63% | 0.73% | - |
| XYZ | 16.1 | 14.47 | 48.4 | - |
| YUV | 102 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 186 | 0.63 | 0.45 | 0 | 0.27 | 222.2 | 0.46 | 0.5 |
| Hex | 44 | 67 | BA | 3F | 2D | 0 | 1B | DE | 2E | 32 |
| Octal | 104 | 147 | 272 | 77 | 55 | 0 | 33 | 336 | 56 | 62 |
| Binary | 1000100 | 1100111 | 10111010 | 111111 | 101101 | 0 | 11011 | 11011110 | 101110 | 110010 |
Color Harmonies of #4467BA
Complementary color
Monochromatic Colors of #4467BA
Black with #4467BA
Text Example
Text Example
White with #4467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467BA; }
p { color: rgb(68,103,186); }
H1.HeaderClassName
{
color: #4467BA;
}
.AnyTagClassName
{
color: #4467BA;
}
</style>
background-color css
<style>
a { background-color: #4467BA; }
a { background-color: rgb(68,103,186); }
div.DivClassName
{
background-color: #4467BA;
}
.BgClassName
{
background-color: #4467BA;
}
</style>
border-color css
<style>
span { border-color: #4467BA; }
span { border-color: rgb(68,103,186); }
td.TdClassName
{
border-color: #4467BA;
}
.TagClassName
{
border-color: #4467BA;
}
</style>