Shades of Free Speech Blue #4163BE
Tints of Free Speech Blue #4163BE
RGB
CMYK
RGB Variations
Color information
#4163BE (or 0x4163BE) is known color: Free Speech Blue. HEX triplet: 41, 63 and BE. RGB value is (65,99,190). Sum of RGB (Red+Green+Blue) = 65+99+190=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #4163BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4163BE is #BE9C41. Grayscale: #626262. Windows color (decimal): -12491842 or 12477249. OLE color: 12477249.
HSL color Cylindrical-coordinate representation of color #4163BE: hue angle of 223.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4163BE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 99 | 190 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.25 |
| HSL | 223.68º | 0.49% | 0.5% | - |
| HSV(B) | 223.68º | 0.66% | 0.75% | - |
| XYZ | 15.94 | 13.77 | 50.53 | - |
| YUV | 99.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 190 | 0.66 | 0.48 | 0 | 0.25 | 223.68 | 0.49 | 0.5 |
| Hex | 41 | 63 | BE | 42 | 30 | 0 | 19 | E0 | 31 | 32 |
| Octal | 101 | 143 | 276 | 102 | 60 | 0 | 31 | 340 | 61 | 62 |
| Binary | 1000001 | 1100011 | 10111110 | 1000010 | 110000 | 0 | 11001 | 11100000 | 110001 | 110010 |
Color Harmonies of #4163BE
Complementary color
Monochromatic Colors of #4163BE
Black with #4163BE
Text Example
Text Example
White with #4163BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4163BE; }
p { color: rgb(65,99,190); }
H1.HeaderClassName
{
color: #4163BE;
}
.AnyTagClassName
{
color: #4163BE;
}
</style>
background-color css
<style>
a { background-color: #4163BE; }
a { background-color: rgb(65,99,190); }
div.DivClassName
{
background-color: #4163BE;
}
.BgClassName
{
background-color: #4163BE;
}
</style>
border-color css
<style>
span { border-color: #4163BE; }
span { border-color: rgb(65,99,190); }
td.TdClassName
{
border-color: #4163BE;
}
.TagClassName
{
border-color: #4163BE;
}
</style>