Shades of Free Speech Blue #4462C0
Tints of Free Speech Blue #4462C0
RGB
CMYK
RGB Variations
Color information
#4462C0 (or 0x4462C0) is known color: Free Speech Blue. HEX triplet: 44, 62 and C0. RGB value is (68,98,192). Sum of RGB (Red+Green+Blue) = 68+98+192=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #4462C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462C0 is #BB9D3F. Grayscale: #636363. Windows color (decimal): -12295488 or 12608068. OLE color: 12608068.
HSL color Cylindrical-coordinate representation of color #4462C0: hue angle of 225.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4462C0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 98 | 192 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.25 |
| HSL | 225.48º | 0.5% | 0.51% | - |
| HSV(B) | 225.48º | 0.65% | 0.75% | - |
| XYZ | 16.27 | 13.77 | 51.67 | - |
| YUV | 99.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 192 | 0.65 | 0.49 | 0 | 0.25 | 225.48 | 0.5 | 0.51 |
| Hex | 44 | 62 | C0 | 41 | 31 | 0 | 19 | E1 | 32 | 33 |
| Octal | 104 | 142 | 300 | 101 | 61 | 0 | 31 | 341 | 62 | 63 |
| Binary | 1000100 | 1100010 | 11000000 | 1000001 | 110001 | 0 | 11001 | 11100001 | 110010 | 110011 |
Color Harmonies of #4462C0
Complementary color
Monochromatic Colors of #4462C0
Black with #4462C0
Text Example
Text Example
White with #4462C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462C0; }
p { color: rgb(68,98,192); }
H1.HeaderClassName
{
color: #4462C0;
}
.AnyTagClassName
{
color: #4462C0;
}
</style>
background-color css
<style>
a { background-color: #4462C0; }
a { background-color: rgb(68,98,192); }
div.DivClassName
{
background-color: #4462C0;
}
.BgClassName
{
background-color: #4462C0;
}
</style>
border-color css
<style>
span { border-color: #4462C0; }
span { border-color: rgb(68,98,192); }
td.TdClassName
{
border-color: #4462C0;
}
.TagClassName
{
border-color: #4462C0;
}
</style>