Shades of Free Speech Blue #4662CC
Tints of Free Speech Blue #4662CC
RGB
CMYK
RGB Variations
Color information
#4662CC (or 0x4662CC) is known color: Free Speech Blue. HEX triplet: 46, 62 and CC. RGB value is (70,98,204). Sum of RGB (Red+Green+Blue) = 70+98+204=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4662CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4662CC is #B99D33. Grayscale: #656565. Windows color (decimal): -12164404 or 13394502. OLE color: 13394502.
HSL color Cylindrical-coordinate representation of color #4662CC: hue angle of 227.46º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4662CC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 98 | 204 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.2 |
| HSL | 227.46º | 0.57% | 0.54% | - |
| HSV(B) | 227.46º | 0.66% | 0.8% | - |
| XYZ | 17.79 | 14.4 | 58.97 | - |
| YUV | 101.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 204 | 0.66 | 0.52 | 0 | 0.2 | 227.46 | 0.57 | 0.54 |
| Hex | 46 | 62 | CC | 42 | 34 | 0 | 14 | E3 | 39 | 36 |
| Octal | 106 | 142 | 314 | 102 | 64 | 0 | 24 | 343 | 71 | 66 |
| Binary | 1000110 | 1100010 | 11001100 | 1000010 | 110100 | 0 | 10100 | 11100011 | 111001 | 110110 |
Color Harmonies of #4662CC
Complementary color
Monochromatic Colors of #4662CC
Black with #4662CC
Text Example
Text Example
White with #4662CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4662CC; }
p { color: rgb(70,98,204); }
H1.HeaderClassName
{
color: #4662CC;
}
.AnyTagClassName
{
color: #4662CC;
}
</style>
background-color css
<style>
a { background-color: #4662CC; }
a { background-color: rgb(70,98,204); }
div.DivClassName
{
background-color: #4662CC;
}
.BgClassName
{
background-color: #4662CC;
}
</style>
border-color css
<style>
span { border-color: #4662CC; }
span { border-color: rgb(70,98,204); }
td.TdClassName
{
border-color: #4662CC;
}
.TagClassName
{
border-color: #4662CC;
}
</style>