Shades of Free Speech Blue #4547CA
Tints of Free Speech Blue #4547CA
RGB
CMYK
RGB Variations
Color information
#4547CA (or 0x4547CA) is known color: Free Speech Blue. HEX triplet: 45, 47 and CA. RGB value is (69,71,202). Sum of RGB (Red+Green+Blue) = 69+71+202=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #4547CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4547CA is #BAB835. Grayscale: #545454. Windows color (decimal): -12236854 or 13256517. OLE color: 13256517.
HSL color Cylindrical-coordinate representation of color #4547CA: hue angle of 239.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4547CA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 71 | 202 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.21 |
| HSL | 239.1º | 0.56% | 0.53% | - |
| HSV(B) | 239.1º | 0.66% | 0.79% | - |
| XYZ | 15.37 | 10.04 | 57 | - |
| YUV | 85.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 202 | 0.66 | 0.65 | 0 | 0.21 | 239.1 | 0.56 | 0.53 |
| Hex | 45 | 47 | CA | 42 | 41 | 0 | 15 | EF | 38 | 35 |
| Octal | 105 | 107 | 312 | 102 | 101 | 0 | 25 | 357 | 70 | 65 |
| Binary | 1000101 | 1000111 | 11001010 | 1000010 | 1000001 | 0 | 10101 | 11101111 | 111000 | 110101 |
Color Harmonies of #4547CA
Complementary color
Monochromatic Colors of #4547CA
Black with #4547CA
Text Example
Text Example
White with #4547CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547CA; }
p { color: rgb(69,71,202); }
H1.HeaderClassName
{
color: #4547CA;
}
.AnyTagClassName
{
color: #4547CA;
}
</style>
background-color css
<style>
a { background-color: #4547CA; }
a { background-color: rgb(69,71,202); }
div.DivClassName
{
background-color: #4547CA;
}
.BgClassName
{
background-color: #4547CA;
}
</style>
border-color css
<style>
span { border-color: #4547CA; }
span { border-color: rgb(69,71,202); }
td.TdClassName
{
border-color: #4547CA;
}
.TagClassName
{
border-color: #4547CA;
}
</style>