Shades of Free Speech Blue #4363BA
Tints of Free Speech Blue #4363BA
RGB
CMYK
RGB Variations
Color information
#4363BA (or 0x4363BA) is known color: Free Speech Blue. HEX triplet: 43, 63 and BA. RGB value is (67,99,186). Sum of RGB (Red+Green+Blue) = 67+99+186=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4363BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4363BA is #BC9C45. Grayscale: #626262. Windows color (decimal): -12360774 or 12215107. OLE color: 12215107.
HSL color Cylindrical-coordinate representation of color #4363BA: hue angle of 223.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4363BA is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 99 | 186 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.27 |
| HSL | 223.87º | 0.47% | 0.5% | - |
| HSV(B) | 223.87º | 0.64% | 0.73% | - |
| XYZ | 15.64 | 13.66 | 48.27 | - |
| YUV | 99.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 186 | 0.64 | 0.47 | 0 | 0.27 | 223.87 | 0.47 | 0.5 |
| Hex | 43 | 63 | BA | 40 | 2F | 0 | 1B | E0 | 2F | 32 |
| Octal | 103 | 143 | 272 | 100 | 57 | 0 | 33 | 340 | 57 | 62 |
| Binary | 1000011 | 1100011 | 10111010 | 1000000 | 101111 | 0 | 11011 | 11100000 | 101111 | 110010 |
Color Harmonies of #4363BA
Complementary color
Monochromatic Colors of #4363BA
Black with #4363BA
Text Example
Text Example
White with #4363BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4363BA; }
p { color: rgb(67,99,186); }
H1.HeaderClassName
{
color: #4363BA;
}
.AnyTagClassName
{
color: #4363BA;
}
</style>
background-color css
<style>
a { background-color: #4363BA; }
a { background-color: rgb(67,99,186); }
div.DivClassName
{
background-color: #4363BA;
}
.BgClassName
{
background-color: #4363BA;
}
</style>
border-color css
<style>
span { border-color: #4363BA; }
span { border-color: rgb(67,99,186); }
td.TdClassName
{
border-color: #4363BA;
}
.TagClassName
{
border-color: #4363BA;
}
</style>