Shades of Free Speech Blue #4562CC
Tints of Free Speech Blue #4562CC
RGB
CMYK
RGB Variations
Color information
#4562CC (or 0x4562CC) is known color: Free Speech Blue. HEX triplet: 45, 62 and CC. RGB value is (69,98,204). Sum of RGB (Red+Green+Blue) = 69+98+204=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #4562CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562CC is #BA9D33. Grayscale: #646464. Windows color (decimal): -12229940 or 13394501. OLE color: 13394501.
HSL color Cylindrical-coordinate representation of color #4562CC: hue angle of 227.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4562CC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 98 | 204 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.2 |
| HSL | 227.11º | 0.57% | 0.54% | - |
| HSV(B) | 227.11º | 0.66% | 0.8% | - |
| XYZ | 17.72 | 14.36 | 58.96 | - |
| YUV | 101.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 204 | 0.66 | 0.52 | 0 | 0.2 | 227.11 | 0.57 | 0.54 |
| Hex | 45 | 62 | CC | 42 | 34 | 0 | 14 | E3 | 39 | 36 |
| Octal | 105 | 142 | 314 | 102 | 64 | 0 | 24 | 343 | 71 | 66 |
| Binary | 1000101 | 1100010 | 11001100 | 1000010 | 110100 | 0 | 10100 | 11100011 | 111001 | 110110 |
Color Harmonies of #4562CC
Complementary color
Monochromatic Colors of #4562CC
Black with #4562CC
Text Example
Text Example
White with #4562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562CC; }
p { color: rgb(69,98,204); }
H1.HeaderClassName
{
color: #4562CC;
}
.AnyTagClassName
{
color: #4562CC;
}
</style>
background-color css
<style>
a { background-color: #4562CC; }
a { background-color: rgb(69,98,204); }
div.DivClassName
{
background-color: #4562CC;
}
.BgClassName
{
background-color: #4562CC;
}
</style>
border-color css
<style>
span { border-color: #4562CC; }
span { border-color: rgb(69,98,204); }
td.TdClassName
{
border-color: #4562CC;
}
.TagClassName
{
border-color: #4562CC;
}
</style>