Shades of Free Speech Blue #4663CB
Tints of Free Speech Blue #4663CB
RGB
CMYK
RGB Variations
Color information
#4663CB (or 0x4663CB) is known color: Free Speech Blue. HEX triplet: 46, 63 and CB. RGB value is (70,99,203). Sum of RGB (Red+Green+Blue) = 70+99+203=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4663CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663CB is #B99C34. Grayscale: #656565. Windows color (decimal): -12164149 or 13329222. OLE color: 13329222.
HSL color Cylindrical-coordinate representation of color #4663CB: hue angle of 226.92º 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 #4663CB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 99 | 203 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.20 |
| HSL | 226.92º | 0.56% | 0.54% | - |
| HSV(B) | 226.92º | 0.66% | 0.8% | - |
| XYZ | 17.77 | 14.54 | 58.37 | - |
| YUV | 102.19 | 184.89 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 203 | 0.66 | 0.51 | 0 | 0.20 | 226.92 | 0.56 | 0.54 |
| Hex | 46 | 63 | CB | 42 | 33 | 0 | 14 | E3 | 38 | 36 |
| Octal | 106 | 143 | 313 | 102 | 63 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1000110 | 1100011 | 11001011 | 1000010 | 110011 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4663CB
Complementary color
Monochromatic Colors of #4663CB
Black with #4663CB
Text Example
Text Example
White with #4663CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663CB; }
p { color: rgb(70,99,203); }
H1.HeaderClassName
{
color: #4663CB;
}
.AnyTagClassName
{
color: #4663CB;
}
</style>
background-color css
<style>
a { background-color: #4663CB; }
a { background-color: rgb(70,99,203); }
div.DivClassName
{
background-color: #4663CB;
}
.BgClassName
{
background-color: #4663CB;
}
</style>
border-color css
<style>
span { border-color: #4663CB; }
span { border-color: rgb(70,99,203); }
td.TdClassName
{
border-color: #4663CB;
}
.TagClassName
{
border-color: #4663CB;
}
</style>