Shades of Free Speech Blue #4640CB
Tints of Free Speech Blue #4640CB
RGB
CMYK
RGB Variations
Color information
#4640CB (or 0x4640CB) is known color: Free Speech Blue. HEX triplet: 46, 40 and CB. RGB value is (70,64,203). Sum of RGB (Red+Green+Blue) = 70+64+203=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #4640CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640CB is #B9BF34. Grayscale: #515151. Windows color (decimal): -12173109 or 13320262. OLE color: 13320262.
HSL color Cylindrical-coordinate representation of color #4640CB: hue angle of 242.59º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4640CB is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 64 | 203 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.20 |
| HSL | 242.59º | 0.57% | 0.52% | - |
| HSV(B) | 242.59º | 0.68% | 0.8% | - |
| XYZ | 15.14 | 9.28 | 57.49 | - |
| YUV | 81.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 203 | 0.66 | 0.68 | 0 | 0.20 | 242.59 | 0.57 | 0.52 |
| Hex | 46 | 40 | CB | 42 | 44 | 0 | 14 | F3 | 39 | 34 |
| Octal | 106 | 100 | 313 | 102 | 104 | 0 | 24 | 363 | 71 | 64 |
| Binary | 1000110 | 1000000 | 11001011 | 1000010 | 1000100 | 0 | 10100 | 11110011 | 111001 | 110100 |
Color Harmonies of #4640CB
Complementary color
Monochromatic Colors of #4640CB
Black with #4640CB
Text Example
Text Example
White with #4640CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4640CB; }
p { color: rgb(70,64,203); }
H1.HeaderClassName
{
color: #4640CB;
}
.AnyTagClassName
{
color: #4640CB;
}
</style>
background-color css
<style>
a { background-color: #4640CB; }
a { background-color: rgb(70,64,203); }
div.DivClassName
{
background-color: #4640CB;
}
.BgClassName
{
background-color: #4640CB;
}
</style>
border-color css
<style>
span { border-color: #4640CB; }
span { border-color: rgb(70,64,203); }
td.TdClassName
{
border-color: #4640CB;
}
.TagClassName
{
border-color: #4640CB;
}
</style>