Shades of Free Speech Blue #4162BC
Tints of Free Speech Blue #4162BC
RGB
CMYK
RGB Variations
Color information
#4162BC (or 0x4162BC) is known color: Free Speech Blue. HEX triplet: 41, 62 and BC. RGB value is (65,98,188). Sum of RGB (Red+Green+Blue) = 65+98+188=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #4162BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4162BC is #BE9D43. Grayscale: #626262. Windows color (decimal): -12492100 or 12345921. OLE color: 12345921.
HSL color Cylindrical-coordinate representation of color #4162BC: hue angle of 223.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4162BC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 98 | 188 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.26 |
| HSL | 223.9º | 0.49% | 0.5% | - |
| HSV(B) | 223.9º | 0.65% | 0.74% | - |
| XYZ | 15.62 | 13.49 | 49.36 | - |
| YUV | 98.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 188 | 0.65 | 0.48 | 0 | 0.26 | 223.9 | 0.49 | 0.5 |
| Hex | 41 | 62 | BC | 41 | 30 | 0 | 1A | E0 | 31 | 32 |
| Octal | 101 | 142 | 274 | 101 | 60 | 0 | 32 | 340 | 61 | 62 |
| Binary | 1000001 | 1100010 | 10111100 | 1000001 | 110000 | 0 | 11010 | 11100000 | 110001 | 110010 |
Color Harmonies of #4162BC
Complementary color
Monochromatic Colors of #4162BC
Black with #4162BC
Text Example
Text Example
White with #4162BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4162BC; }
p { color: rgb(65,98,188); }
H1.HeaderClassName
{
color: #4162BC;
}
.AnyTagClassName
{
color: #4162BC;
}
</style>
background-color css
<style>
a { background-color: #4162BC; }
a { background-color: rgb(65,98,188); }
div.DivClassName
{
background-color: #4162BC;
}
.BgClassName
{
background-color: #4162BC;
}
</style>
border-color css
<style>
span { border-color: #4162BC; }
span { border-color: rgb(65,98,188); }
td.TdClassName
{
border-color: #4162BC;
}
.TagClassName
{
border-color: #4162BC;
}
</style>