Shades of Free Speech Blue #4643D1
Tints of Free Speech Blue #4643D1
RGB
CMYK
RGB Variations
Color information
#4643D1 (or 0x4643D1) is known color: Free Speech Blue. HEX triplet: 46, 43 and D1. RGB value is (70,67,209). Sum of RGB (Red+Green+Blue) = 70+67+209=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #4643D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643D1 is #B9BC2E. Grayscale: #535353. Windows color (decimal): -12172335 or 13714246. OLE color: 13714246.
HSL color Cylindrical-coordinate representation of color #4643D1: hue angle of 241.27º degrees, saturation: 0.61, 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 #4643D1 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 67 | 209 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.18 |
| HSL | 241.27º | 0.61% | 0.54% | - |
| HSV(B) | 241.27º | 0.68% | 0.82% | - |
| XYZ | 16.04 | 9.92 | 61.39 | - |
| YUV | 84.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 209 | 0.67 | 0.68 | 0 | 0.18 | 241.27 | 0.61 | 0.54 |
| Hex | 46 | 43 | D1 | 43 | 44 | 0 | 12 | F1 | 3D | 36 |
| Octal | 106 | 103 | 321 | 103 | 104 | 0 | 22 | 361 | 75 | 66 |
| Binary | 1000110 | 1000011 | 11010001 | 1000011 | 1000100 | 0 | 10010 | 11110001 | 111101 | 110110 |
Color Harmonies of #4643D1
Complementary color
Monochromatic Colors of #4643D1
Black with #4643D1
Text Example
Text Example
White with #4643D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643D1; }
p { color: rgb(70,67,209); }
H1.HeaderClassName
{
color: #4643D1;
}
.AnyTagClassName
{
color: #4643D1;
}
</style>
background-color css
<style>
a { background-color: #4643D1; }
a { background-color: rgb(70,67,209); }
div.DivClassName
{
background-color: #4643D1;
}
.BgClassName
{
background-color: #4643D1;
}
</style>
border-color css
<style>
span { border-color: #4643D1; }
span { border-color: rgb(70,67,209); }
td.TdClassName
{
border-color: #4643D1;
}
.TagClassName
{
border-color: #4643D1;
}
</style>