Shades of Free Speech Blue #4643D0
Tints of Free Speech Blue #4643D0
RGB
CMYK
RGB Variations
Color information
#4643D0 (or 0x4643D0) is known color: Free Speech Blue. HEX triplet: 46, 43 and D0. RGB value is (70,67,208). Sum of RGB (Red+Green+Blue) = 70+67+208=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #4643D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643D0 is #B9BC2F. Grayscale: #535353. Windows color (decimal): -12172336 or 13648710. OLE color: 13648710.
HSL color Cylindrical-coordinate representation of color #4643D0: hue angle of 241.28º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4643D0 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 67 | 208 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.18 |
| HSL | 241.28º | 0.6% | 0.54% | - |
| HSV(B) | 241.28º | 0.68% | 0.82% | - |
| XYZ | 15.92 | 9.87 | 60.74 | - |
| YUV | 83.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 208 | 0.66 | 0.68 | 0 | 0.18 | 241.28 | 0.6 | 0.54 |
| Hex | 46 | 43 | D0 | 42 | 44 | 0 | 12 | F1 | 3C | 36 |
| Octal | 106 | 103 | 320 | 102 | 104 | 0 | 22 | 361 | 74 | 66 |
| Binary | 1000110 | 1000011 | 11010000 | 1000010 | 1000100 | 0 | 10010 | 11110001 | 111100 | 110110 |
Color Harmonies of #4643D0
Complementary color
Monochromatic Colors of #4643D0
Black with #4643D0
Text Example
Text Example
White with #4643D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643D0; }
p { color: rgb(70,67,208); }
H1.HeaderClassName
{
color: #4643D0;
}
.AnyTagClassName
{
color: #4643D0;
}
</style>
background-color css
<style>
a { background-color: #4643D0; }
a { background-color: rgb(70,67,208); }
div.DivClassName
{
background-color: #4643D0;
}
.BgClassName
{
background-color: #4643D0;
}
</style>
border-color css
<style>
span { border-color: #4643D0; }
span { border-color: rgb(70,67,208); }
td.TdClassName
{
border-color: #4643D0;
}
.TagClassName
{
border-color: #4643D0;
}
</style>