Shades of Free Speech Blue #4462B9
Tints of Free Speech Blue #4462B9
RGB
CMYK
RGB Variations
Color information
#4462B9 (or 0x4462B9) is known color: Free Speech Blue. HEX triplet: 44, 62 and B9. RGB value is (68,98,185). Sum of RGB (Red+Green+Blue) = 68+98+185=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #4462B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462B9 is #BB9D46. Grayscale: #626262. Windows color (decimal): -12295495 or 12149316. OLE color: 12149316.
HSL color Cylindrical-coordinate representation of color #4462B9: hue angle of 224.62º 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 #4462B9 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 98 | 185 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.27 |
| HSL | 224.62º | 0.46% | 0.5% | - |
| HSV(B) | 224.62º | 0.63% | 0.73% | - |
| XYZ | 15.51 | 13.47 | 47.68 | - |
| YUV | 98.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 185 | 0.63 | 0.47 | 0 | 0.27 | 224.62 | 0.46 | 0.5 |
| Hex | 44 | 62 | B9 | 3F | 2F | 0 | 1B | E1 | 2E | 32 |
| Octal | 104 | 142 | 271 | 77 | 57 | 0 | 33 | 341 | 56 | 62 |
| Binary | 1000100 | 1100010 | 10111001 | 111111 | 101111 | 0 | 11011 | 11100001 | 101110 | 110010 |
Color Harmonies of #4462B9
Complementary color
Monochromatic Colors of #4462B9
Black with #4462B9
Text Example
Text Example
White with #4462B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462B9; }
p { color: rgb(68,98,185); }
H1.HeaderClassName
{
color: #4462B9;
}
.AnyTagClassName
{
color: #4462B9;
}
</style>
background-color css
<style>
a { background-color: #4462B9; }
a { background-color: rgb(68,98,185); }
div.DivClassName
{
background-color: #4462B9;
}
.BgClassName
{
background-color: #4462B9;
}
</style>
border-color css
<style>
span { border-color: #4462B9; }
span { border-color: rgb(68,98,185); }
td.TdClassName
{
border-color: #4462B9;
}
.TagClassName
{
border-color: #4462B9;
}
</style>