Shades of Free Speech Blue #4165BA
Tints of Free Speech Blue #4165BA
RGB
CMYK
RGB Variations
Color information
#4165BA (or 0x4165BA) is known color: Free Speech Blue. HEX triplet: 41, 65 and BA. RGB value is (65,101,186). Sum of RGB (Red+Green+Blue) = 65+101+186=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 101 (39.84% from 255 or 28.69% 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 #4165BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4165BA is #BE9A45. Grayscale: #636363. Windows color (decimal): -12491334 or 12215617. OLE color: 12215617.
HSL color Cylindrical-coordinate representation of color #4165BA: hue angle of 222.15º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4165BA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 101 | 186 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.27 |
| HSL | 222.15º | 0.48% | 0.49% | - |
| HSV(B) | 222.15º | 0.65% | 0.73% | - |
| XYZ | 15.7 | 13.98 | 48.32 | - |
| YUV | 99.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 186 | 0.65 | 0.46 | 0 | 0.27 | 222.15 | 0.48 | 0.49 |
| Hex | 41 | 65 | BA | 41 | 2E | 0 | 1B | DE | 30 | 31 |
| Octal | 101 | 145 | 272 | 101 | 56 | 0 | 33 | 336 | 60 | 61 |
| Binary | 1000001 | 1100101 | 10111010 | 1000001 | 101110 | 0 | 11011 | 11011110 | 110000 | 110001 |
Color Harmonies of #4165BA
Complementary color
Monochromatic Colors of #4165BA
Black with #4165BA
Text Example
Text Example
White with #4165BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165BA; }
p { color: rgb(65,101,186); }
H1.HeaderClassName
{
color: #4165BA;
}
.AnyTagClassName
{
color: #4165BA;
}
</style>
background-color css
<style>
a { background-color: #4165BA; }
a { background-color: rgb(65,101,186); }
div.DivClassName
{
background-color: #4165BA;
}
.BgClassName
{
background-color: #4165BA;
}
</style>
border-color css
<style>
span { border-color: #4165BA; }
span { border-color: rgb(65,101,186); }
td.TdClassName
{
border-color: #4165BA;
}
.TagClassName
{
border-color: #4165BA;
}
</style>