Shades of Free Speech Blue #4467BF
Tints of Free Speech Blue #4467BF
RGB
CMYK
RGB Variations
Color information
#4467BF (or 0x4467BF) is known color: Free Speech Blue. HEX triplet: 44, 67 and BF. RGB value is (68,103,191). Sum of RGB (Red+Green+Blue) = 68+103+191=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #4467BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467BF is #BB9840. Grayscale: #666666. Windows color (decimal): -12294209 or 12543812. OLE color: 12543812.
HSL color Cylindrical-coordinate representation of color #4467BF: hue angle of 222.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4467BF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 103 | 191 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.25 |
| HSL | 222.93º | 0.49% | 0.51% | - |
| HSV(B) | 222.93º | 0.64% | 0.75% | - |
| XYZ | 16.64 | 14.69 | 51.25 | - |
| YUV | 102.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 191 | 0.64 | 0.46 | 0 | 0.25 | 222.93 | 0.49 | 0.51 |
| Hex | 44 | 67 | BF | 40 | 2E | 0 | 19 | DF | 31 | 33 |
| Octal | 104 | 147 | 277 | 100 | 56 | 0 | 31 | 337 | 61 | 63 |
| Binary | 1000100 | 1100111 | 10111111 | 1000000 | 101110 | 0 | 11001 | 11011111 | 110001 | 110011 |
Color Harmonies of #4467BF
Complementary color
Monochromatic Colors of #4467BF
Black with #4467BF
Text Example
Text Example
White with #4467BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467BF; }
p { color: rgb(68,103,191); }
H1.HeaderClassName
{
color: #4467BF;
}
.AnyTagClassName
{
color: #4467BF;
}
</style>
background-color css
<style>
a { background-color: #4467BF; }
a { background-color: rgb(68,103,191); }
div.DivClassName
{
background-color: #4467BF;
}
.BgClassName
{
background-color: #4467BF;
}
</style>
border-color css
<style>
span { border-color: #4467BF; }
span { border-color: rgb(68,103,191); }
td.TdClassName
{
border-color: #4467BF;
}
.TagClassName
{
border-color: #4467BF;
}
</style>