Shades of Free Speech Blue #446CBD
Tints of Free Speech Blue #446CBD
RGB
CMYK
RGB Variations
Color information
#446CBD (or 0x446CBD) is known color: Free Speech Blue. HEX triplet: 44, 6C and BD. RGB value is (68,108,189). Sum of RGB (Red+Green+Blue) = 68+108+189=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #446CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CBD is #BB9342. Grayscale: #686868. Windows color (decimal): -12292931 or 12414020. OLE color: 12414020.
HSL color Cylindrical-coordinate representation of color #446CBD: hue angle of 220.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446CBD is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 108 | 189 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.26 |
| HSL | 220.17º | 0.48% | 0.5% | - |
| HSV(B) | 220.17º | 0.64% | 0.74% | - |
| XYZ | 16.93 | 15.63 | 50.27 | - |
| YUV | 105.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 189 | 0.64 | 0.43 | 0 | 0.26 | 220.17 | 0.48 | 0.5 |
| Hex | 44 | 6C | BD | 40 | 2B | 0 | 1A | DC | 30 | 32 |
| Octal | 104 | 154 | 275 | 100 | 53 | 0 | 32 | 334 | 60 | 62 |
| Binary | 1000100 | 1101100 | 10111101 | 1000000 | 101011 | 0 | 11010 | 11011100 | 110000 | 110010 |
Color Harmonies of #446CBD
Complementary color
Monochromatic Colors of #446CBD
Black with #446CBD
Text Example
Text Example
White with #446CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446CBD; }
p { color: rgb(68,108,189); }
H1.HeaderClassName
{
color: #446CBD;
}
.AnyTagClassName
{
color: #446CBD;
}
</style>
background-color css
<style>
a { background-color: #446CBD; }
a { background-color: rgb(68,108,189); }
div.DivClassName
{
background-color: #446CBD;
}
.BgClassName
{
background-color: #446CBD;
}
</style>
border-color css
<style>
span { border-color: #446CBD; }
span { border-color: rgb(68,108,189); }
td.TdClassName
{
border-color: #446CBD;
}
.TagClassName
{
border-color: #446CBD;
}
</style>