Shades of Free Speech Blue #4564C7
Tints of Free Speech Blue #4564C7
RGB
CMYK
RGB Variations
Color information
#4564C7 (or 0x4564C7) is known color: Free Speech Blue. HEX triplet: 45, 64 and C7. RGB value is (69,100,199). Sum of RGB (Red+Green+Blue) = 69+100+199=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #4564C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564C7 is #BA9B38. Grayscale: #656565. Windows color (decimal): -12229433 or 13067333. OLE color: 13067333.
HSL color Cylindrical-coordinate representation of color #4564C7: hue angle of 225.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4564C7 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 100 | 199 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.22 |
| HSL | 225.69º | 0.54% | 0.53% | - |
| HSV(B) | 225.69º | 0.65% | 0.78% | - |
| XYZ | 17.32 | 14.5 | 55.92 | - |
| YUV | 102.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 199 | 0.65 | 0.50 | 0 | 0.22 | 225.69 | 0.54 | 0.53 |
| Hex | 45 | 64 | C7 | 41 | 32 | 0 | 16 | E2 | 36 | 35 |
| Octal | 105 | 144 | 307 | 101 | 62 | 0 | 26 | 342 | 66 | 65 |
| Binary | 1000101 | 1100100 | 11000111 | 1000001 | 110010 | 0 | 10110 | 11100010 | 110110 | 110101 |
Color Harmonies of #4564C7
Complementary color
Monochromatic Colors of #4564C7
Black with #4564C7
Text Example
Text Example
White with #4564C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564C7; }
p { color: rgb(69,100,199); }
H1.HeaderClassName
{
color: #4564C7;
}
.AnyTagClassName
{
color: #4564C7;
}
</style>
background-color css
<style>
a { background-color: #4564C7; }
a { background-color: rgb(69,100,199); }
div.DivClassName
{
background-color: #4564C7;
}
.BgClassName
{
background-color: #4564C7;
}
</style>
border-color css
<style>
span { border-color: #4564C7; }
span { border-color: rgb(69,100,199); }
td.TdClassName
{
border-color: #4564C7;
}
.TagClassName
{
border-color: #4564C7;
}
</style>