Shades of Free Speech Blue #4639BA
Tints of Free Speech Blue #4639BA
RGB
CMYK
RGB Variations
Color information
#4639BA (or 0x4639BA) is known color: Free Speech Blue. HEX triplet: 46, 39 and BA. RGB value is (70,57,186). Sum of RGB (Red+Green+Blue) = 70+57+186=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #4639BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4639BA is #B9C645. Grayscale: #4B4B4B. Windows color (decimal): -12174918 or 12204358. OLE color: 12204358.
HSL color Cylindrical-coordinate representation of color #4639BA: hue angle of 246.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4639BA is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 57 | 186 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.27 |
| HSL | 246.05º | 0.53% | 0.48% | - |
| HSV(B) | 246.05º | 0.69% | 0.73% | - |
| XYZ | 12.85 | 7.77 | 47.28 | - |
| YUV | 75.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 186 | 0.62 | 0.69 | 0 | 0.27 | 246.05 | 0.53 | 0.48 |
| Hex | 46 | 39 | BA | 3E | 45 | 0 | 1B | F6 | 35 | 30 |
| Octal | 106 | 71 | 272 | 76 | 105 | 0 | 33 | 366 | 65 | 60 |
| Binary | 1000110 | 111001 | 10111010 | 111110 | 1000101 | 0 | 11011 | 11110110 | 110101 | 110000 |
Color Harmonies of #4639BA
Complementary color
Monochromatic Colors of #4639BA
Black with #4639BA
Text Example
Text Example
White with #4639BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4639BA; }
p { color: rgb(70,57,186); }
H1.HeaderClassName
{
color: #4639BA;
}
.AnyTagClassName
{
color: #4639BA;
}
</style>
background-color css
<style>
a { background-color: #4639BA; }
a { background-color: rgb(70,57,186); }
div.DivClassName
{
background-color: #4639BA;
}
.BgClassName
{
background-color: #4639BA;
}
</style>
border-color css
<style>
span { border-color: #4639BA; }
span { border-color: rgb(70,57,186); }
td.TdClassName
{
border-color: #4639BA;
}
.TagClassName
{
border-color: #4639BA;
}
</style>