Shades of Free Speech Blue #4561C4
Tints of Free Speech Blue #4561C4
RGB
CMYK
RGB Variations
Color information
#4561C4 (or 0x4561C4) is known color: Free Speech Blue. HEX triplet: 45, 61 and C4. RGB value is (69,97,196). Sum of RGB (Red+Green+Blue) = 69+97+196=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #4561C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561C4 is #BA9E3B. Grayscale: #636363. Windows color (decimal): -12230204 or 12869957. OLE color: 12869957.
HSL color Cylindrical-coordinate representation of color #4561C4: hue angle of 226.77º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4561C4 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 97 | 196 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.23 |
| HSL | 226.77º | 0.52% | 0.52% | - |
| HSV(B) | 226.77º | 0.65% | 0.77% | - |
| XYZ | 16.69 | 13.8 | 54.01 | - |
| YUV | 99.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 196 | 0.65 | 0.51 | 0 | 0.23 | 226.77 | 0.52 | 0.52 |
| Hex | 45 | 61 | C4 | 41 | 33 | 0 | 17 | E3 | 34 | 34 |
| Octal | 105 | 141 | 304 | 101 | 63 | 0 | 27 | 343 | 64 | 64 |
| Binary | 1000101 | 1100001 | 11000100 | 1000001 | 110011 | 0 | 10111 | 11100011 | 110100 | 110100 |
Color Harmonies of #4561C4
Complementary color
Monochromatic Colors of #4561C4
Black with #4561C4
Text Example
Text Example
White with #4561C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561C4; }
p { color: rgb(69,97,196); }
H1.HeaderClassName
{
color: #4561C4;
}
.AnyTagClassName
{
color: #4561C4;
}
</style>
background-color css
<style>
a { background-color: #4561C4; }
a { background-color: rgb(69,97,196); }
div.DivClassName
{
background-color: #4561C4;
}
.BgClassName
{
background-color: #4561C4;
}
</style>
border-color css
<style>
span { border-color: #4561C4; }
span { border-color: rgb(69,97,196); }
td.TdClassName
{
border-color: #4561C4;
}
.TagClassName
{
border-color: #4561C4;
}
</style>