Shades of Free Speech Blue #4562BB
Tints of Free Speech Blue #4562BB
RGB
CMYK
RGB Variations
Color information
#4562BB (or 0x4562BB) is known color: Free Speech Blue. HEX triplet: 45, 62 and BB. RGB value is (69,98,187). Sum of RGB (Red+Green+Blue) = 69+98+187=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #4562BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562BB is #BA9D44. Grayscale: #636363. Windows color (decimal): -12229957 or 12280389. OLE color: 12280389.
HSL color Cylindrical-coordinate representation of color #4562BB: hue angle of 225.25º 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 #4562BB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 98 | 187 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.27 |
| HSL | 225.25º | 0.46% | 0.5% | - |
| HSV(B) | 225.25º | 0.63% | 0.73% | - |
| XYZ | 15.79 | 13.59 | 48.8 | - |
| YUV | 99.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 187 | 0.63 | 0.48 | 0 | 0.27 | 225.25 | 0.46 | 0.5 |
| Hex | 45 | 62 | BB | 3F | 30 | 0 | 1B | E1 | 2E | 32 |
| Octal | 105 | 142 | 273 | 77 | 60 | 0 | 33 | 341 | 56 | 62 |
| Binary | 1000101 | 1100010 | 10111011 | 111111 | 110000 | 0 | 11011 | 11100001 | 101110 | 110010 |
Color Harmonies of #4562BB
Complementary color
Monochromatic Colors of #4562BB
Black with #4562BB
Text Example
Text Example
White with #4562BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562BB; }
p { color: rgb(69,98,187); }
H1.HeaderClassName
{
color: #4562BB;
}
.AnyTagClassName
{
color: #4562BB;
}
</style>
background-color css
<style>
a { background-color: #4562BB; }
a { background-color: rgb(69,98,187); }
div.DivClassName
{
background-color: #4562BB;
}
.BgClassName
{
background-color: #4562BB;
}
</style>
border-color css
<style>
span { border-color: #4562BB; }
span { border-color: rgb(69,98,187); }
td.TdClassName
{
border-color: #4562BB;
}
.TagClassName
{
border-color: #4562BB;
}
</style>