Shades of Free Speech Blue #4666CB
Tints of Free Speech Blue #4666CB
RGB
CMYK
RGB Variations
Color information
#4666CB (or 0x4666CB) is known color: Free Speech Blue. HEX triplet: 46, 66 and CB. RGB value is (70,102,203). Sum of RGB (Red+Green+Blue) = 70+102+203=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #4666CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666CB is #B99934. Grayscale: #676767. Windows color (decimal): -12163381 or 13329990. OLE color: 13329990.
HSL color Cylindrical-coordinate representation of color #4666CB: hue angle of 225.56º degrees, saturation: 0.56, 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 #4666CB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 102 | 203 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.20 |
| HSL | 225.56º | 0.56% | 0.54% | - |
| HSV(B) | 225.56º | 0.66% | 0.8% | - |
| XYZ | 18.06 | 15.12 | 58.47 | - |
| YUV | 103.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 203 | 0.66 | 0.50 | 0 | 0.20 | 225.56 | 0.56 | 0.54 |
| Hex | 46 | 66 | CB | 42 | 32 | 0 | 14 | E2 | 38 | 36 |
| Octal | 106 | 146 | 313 | 102 | 62 | 0 | 24 | 342 | 70 | 66 |
| Binary | 1000110 | 1100110 | 11001011 | 1000010 | 110010 | 0 | 10100 | 11100010 | 111000 | 110110 |
Color Harmonies of #4666CB
Complementary color
Monochromatic Colors of #4666CB
Black with #4666CB
Text Example
Text Example
White with #4666CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666CB; }
p { color: rgb(70,102,203); }
H1.HeaderClassName
{
color: #4666CB;
}
.AnyTagClassName
{
color: #4666CB;
}
</style>
background-color css
<style>
a { background-color: #4666CB; }
a { background-color: rgb(70,102,203); }
div.DivClassName
{
background-color: #4666CB;
}
.BgClassName
{
background-color: #4666CB;
}
</style>
border-color css
<style>
span { border-color: #4666CB; }
span { border-color: rgb(70,102,203); }
td.TdClassName
{
border-color: #4666CB;
}
.TagClassName
{
border-color: #4666CB;
}
</style>