Shades of Free Speech Blue #4666CC
Tints of Free Speech Blue #4666CC
RGB
CMYK
RGB Variations
Color information
#4666CC (or 0x4666CC) is known color: Free Speech Blue. HEX triplet: 46, 66 and CC. RGB value is (70,102,204). Sum of RGB (Red+Green+Blue) = 70+102+204=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4666CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666CC is #B99933. Grayscale: #676767. Windows color (decimal): -12163380 or 13395526. OLE color: 13395526.
HSL color Cylindrical-coordinate representation of color #4666CC: hue angle of 225.67º 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 #4666CC is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 102 | 204 | - |
| CMYK | 0.66 | 0.5 | 0 | 0.2 |
| HSL | 225.67º | 0.57% | 0.54% | - |
| HSV(B) | 225.67º | 0.66% | 0.8% | - |
| XYZ | 18.18 | 15.16 | 59.1 | - |
| YUV | 104.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 204 | 0.66 | 0.5 | 0 | 0.2 | 225.67 | 0.57 | 0.54 |
| Hex | 46 | 66 | CC | 42 | 32 | 0 | 14 | E2 | 39 | 36 |
| Octal | 106 | 146 | 314 | 102 | 62 | 0 | 24 | 342 | 71 | 66 |
| Binary | 1000110 | 1100110 | 11001100 | 1000010 | 110010 | 0 | 10100 | 11100010 | 111001 | 110110 |
Color Harmonies of #4666CC
Complementary color
Monochromatic Colors of #4666CC
Black with #4666CC
Text Example
Text Example
White with #4666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666CC; }
p { color: rgb(70,102,204); }
H1.HeaderClassName
{
color: #4666CC;
}
.AnyTagClassName
{
color: #4666CC;
}
</style>
background-color css
<style>
a { background-color: #4666CC; }
a { background-color: rgb(70,102,204); }
div.DivClassName
{
background-color: #4666CC;
}
.BgClassName
{
background-color: #4666CC;
}
</style>
border-color css
<style>
span { border-color: #4666CC; }
span { border-color: rgb(70,102,204); }
td.TdClassName
{
border-color: #4666CC;
}
.TagClassName
{
border-color: #4666CC;
}
</style>