Shades of Free Speech Blue #4869CA
Tints of Free Speech Blue #4869CA
RGB
CMYK
RGB Variations
Color information
#4869CA (or 0x4869CA) is known color: Free Speech Blue. HEX triplet: 48, 69 and CA. RGB value is (72,105,202). Sum of RGB (Red+Green+Blue) = 72+105+202=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #4869CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CA is #B79635. Grayscale: #696969. Windows color (decimal): -12031542 or 13265224. OLE color: 13265224.
HSL color Cylindrical-coordinate representation of color #4869CA: hue angle of 224.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4869CA is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 105 | 202 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.21 |
| HSL | 224.77º | 0.55% | 0.54% | - |
| HSV(B) | 224.77º | 0.64% | 0.79% | - |
| XYZ | 18.38 | 15.75 | 57.95 | - |
| YUV | 106.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 202 | 0.64 | 0.48 | 0 | 0.21 | 224.77 | 0.55 | 0.54 |
| Hex | 48 | 69 | CA | 40 | 30 | 0 | 15 | E1 | 37 | 36 |
| Octal | 110 | 151 | 312 | 100 | 60 | 0 | 25 | 341 | 67 | 66 |
| Binary | 1001000 | 1101001 | 11001010 | 1000000 | 110000 | 0 | 10101 | 11100001 | 110111 | 110110 |
Color Harmonies of #4869CA
Complementary color
Monochromatic Colors of #4869CA
Black with #4869CA
Text Example
Text Example
White with #4869CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4869CA; }
p { color: rgb(72,105,202); }
H1.HeaderClassName
{
color: #4869CA;
}
.AnyTagClassName
{
color: #4869CA;
}
</style>
background-color css
<style>
a { background-color: #4869CA; }
a { background-color: rgb(72,105,202); }
div.DivClassName
{
background-color: #4869CA;
}
.BgClassName
{
background-color: #4869CA;
}
</style>
border-color css
<style>
span { border-color: #4869CA; }
span { border-color: rgb(72,105,202); }
td.TdClassName
{
border-color: #4869CA;
}
.TagClassName
{
border-color: #4869CA;
}
</style>