Shades of Free Speech Blue #4562C6
Tints of Free Speech Blue #4562C6
RGB
CMYK
RGB Variations
Color information
#4562C6 (or 0x4562C6) is known color: Free Speech Blue. HEX triplet: 45, 62 and C6. RGB value is (69,98,198). Sum of RGB (Red+Green+Blue) = 69+98+198=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #4562C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562C6 is #BA9D39. Grayscale: #646464. Windows color (decimal): -12229946 or 13001285. OLE color: 13001285.
HSL color Cylindrical-coordinate representation of color #4562C6: hue angle of 226.51º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4562C6 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 98 | 198 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.22 |
| HSL | 226.51º | 0.53% | 0.52% | - |
| HSV(B) | 226.51º | 0.65% | 0.78% | - |
| XYZ | 17.01 | 14.08 | 55.25 | - |
| YUV | 100.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 198 | 0.65 | 0.51 | 0 | 0.22 | 226.51 | 0.53 | 0.52 |
| Hex | 45 | 62 | C6 | 41 | 33 | 0 | 16 | E3 | 35 | 34 |
| Octal | 105 | 142 | 306 | 101 | 63 | 0 | 26 | 343 | 65 | 64 |
| Binary | 1000101 | 1100010 | 11000110 | 1000001 | 110011 | 0 | 10110 | 11100011 | 110101 | 110100 |
Color Harmonies of #4562C6
Complementary color
Monochromatic Colors of #4562C6
Black with #4562C6
Text Example
Text Example
White with #4562C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562C6; }
p { color: rgb(69,98,198); }
H1.HeaderClassName
{
color: #4562C6;
}
.AnyTagClassName
{
color: #4562C6;
}
</style>
background-color css
<style>
a { background-color: #4562C6; }
a { background-color: rgb(69,98,198); }
div.DivClassName
{
background-color: #4562C6;
}
.BgClassName
{
background-color: #4562C6;
}
</style>
border-color css
<style>
span { border-color: #4562C6; }
span { border-color: rgb(69,98,198); }
td.TdClassName
{
border-color: #4562C6;
}
.TagClassName
{
border-color: #4562C6;
}
</style>