Shades of Free Speech Blue #4162CC
Tints of Free Speech Blue #4162CC
RGB
CMYK
RGB Variations
Color information
#4162CC (or 0x4162CC) is known color: Free Speech Blue. HEX triplet: 41, 62 and CC. RGB value is (65,98,204). Sum of RGB (Red+Green+Blue) = 65+98+204=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #4162CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4162CC is #BE9D33. Grayscale: #636363. Windows color (decimal): -12492084 or 13394497. OLE color: 13394497.
HSL color Cylindrical-coordinate representation of color #4162CC: hue angle of 225.76º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4162CC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 98 | 204 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.2 |
| HSL | 225.76º | 0.58% | 0.53% | - |
| HSV(B) | 225.76º | 0.68% | 0.8% | - |
| XYZ | 17.45 | 14.22 | 58.95 | - |
| YUV | 100.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 204 | 0.68 | 0.52 | 0 | 0.2 | 225.76 | 0.58 | 0.53 |
| Hex | 41 | 62 | CC | 44 | 34 | 0 | 14 | E2 | 3A | 35 |
| Octal | 101 | 142 | 314 | 104 | 64 | 0 | 24 | 342 | 72 | 65 |
| Binary | 1000001 | 1100010 | 11001100 | 1000100 | 110100 | 0 | 10100 | 11100010 | 111010 | 110101 |
Color Harmonies of #4162CC
Complementary color
Monochromatic Colors of #4162CC
Black with #4162CC
Text Example
Text Example
White with #4162CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4162CC; }
p { color: rgb(65,98,204); }
H1.HeaderClassName
{
color: #4162CC;
}
.AnyTagClassName
{
color: #4162CC;
}
</style>
background-color css
<style>
a { background-color: #4162CC; }
a { background-color: rgb(65,98,204); }
div.DivClassName
{
background-color: #4162CC;
}
.BgClassName
{
background-color: #4162CC;
}
</style>
border-color css
<style>
span { border-color: #4162CC; }
span { border-color: rgb(65,98,204); }
td.TdClassName
{
border-color: #4162CC;
}
.TagClassName
{
border-color: #4162CC;
}
</style>