Shades of Free Speech Blue #4168BB
Tints of Free Speech Blue #4168BB
RGB
CMYK
RGB Variations
Color information
#4168BB (or 0x4168BB) is known color: Free Speech Blue. HEX triplet: 41, 68 and BB. RGB value is (65,104,187). Sum of RGB (Red+Green+Blue) = 65+104+187=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #4168BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168BB is #BE9744. Grayscale: #656565. Windows color (decimal): -12490565 or 12281921. OLE color: 12281921.
HSL color Cylindrical-coordinate representation of color #4168BB: hue angle of 220.82º 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 #4168BB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 104 | 187 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.27 |
| HSL | 220.82º | 0.48% | 0.49% | - |
| HSV(B) | 220.82º | 0.65% | 0.73% | - |
| XYZ | 16.1 | 14.61 | 48.99 | - |
| YUV | 101.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 187 | 0.65 | 0.44 | 0 | 0.27 | 220.82 | 0.48 | 0.49 |
| Hex | 41 | 68 | BB | 41 | 2C | 0 | 1B | DD | 30 | 31 |
| Octal | 101 | 150 | 273 | 101 | 54 | 0 | 33 | 335 | 60 | 61 |
| Binary | 1000001 | 1101000 | 10111011 | 1000001 | 101100 | 0 | 11011 | 11011101 | 110000 | 110001 |
Color Harmonies of #4168BB
Complementary color
Monochromatic Colors of #4168BB
Black with #4168BB
Text Example
Text Example
White with #4168BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168BB; }
p { color: rgb(65,104,187); }
H1.HeaderClassName
{
color: #4168BB;
}
.AnyTagClassName
{
color: #4168BB;
}
</style>
background-color css
<style>
a { background-color: #4168BB; }
a { background-color: rgb(65,104,187); }
div.DivClassName
{
background-color: #4168BB;
}
.BgClassName
{
background-color: #4168BB;
}
</style>
border-color css
<style>
span { border-color: #4168BB; }
span { border-color: rgb(65,104,187); }
td.TdClassName
{
border-color: #4168BB;
}
.TagClassName
{
border-color: #4168BB;
}
</style>