Shades of Free Speech Blue #4562BD
Tints of Free Speech Blue #4562BD
RGB
CMYK
RGB Variations
Color information
#4562BD (or 0x4562BD) is known color: Free Speech Blue. HEX triplet: 45, 62 and BD. RGB value is (69,98,189). Sum of RGB (Red+Green+Blue) = 69+98+189=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #4562BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562BD is #BA9D42. Grayscale: #636363. Windows color (decimal): -12229955 or 12411461. OLE color: 12411461.
HSL color Cylindrical-coordinate representation of color #4562BD: hue angle of 225.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4562BD is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 98 | 189 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.26 |
| HSL | 225.5º | 0.48% | 0.51% | - |
| HSV(B) | 225.5º | 0.63% | 0.74% | - |
| XYZ | 16.01 | 13.67 | 49.94 | - |
| YUV | 99.7 | 178.39 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 189 | 0.63 | 0.48 | 0 | 0.26 | 225.5 | 0.48 | 0.51 |
| Hex | 45 | 62 | BD | 3F | 30 | 0 | 1A | E2 | 30 | 33 |
| Octal | 105 | 142 | 275 | 77 | 60 | 0 | 32 | 342 | 60 | 63 |
| Binary | 1000101 | 1100010 | 10111101 | 111111 | 110000 | 0 | 11010 | 11100010 | 110000 | 110011 |
Color Harmonies of #4562BD
Complementary color
Monochromatic Colors of #4562BD
Black with #4562BD
Text Example
Text Example
White with #4562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562BD; }
p { color: rgb(69,98,189); }
H1.HeaderClassName
{
color: #4562BD;
}
.AnyTagClassName
{
color: #4562BD;
}
</style>
background-color css
<style>
a { background-color: #4562BD; }
a { background-color: rgb(69,98,189); }
div.DivClassName
{
background-color: #4562BD;
}
.BgClassName
{
background-color: #4562BD;
}
</style>
border-color css
<style>
span { border-color: #4562BD; }
span { border-color: rgb(69,98,189); }
td.TdClassName
{
border-color: #4562BD;
}
.TagClassName
{
border-color: #4562BD;
}
</style>