Shades of Free Speech Blue #4639D0
Tints of Free Speech Blue #4639D0
RGB
CMYK
RGB Variations
Color information
#4639D0 (or 0x4639D0) is known color: Free Speech Blue. HEX triplet: 46, 39 and D0. RGB value is (70,57,208). Sum of RGB (Red+Green+Blue) = 70+57+208=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #4639D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4639D0 is #B9C62F. Grayscale: #4D4D4D. Windows color (decimal): -12174896 or 13646150. OLE color: 13646150.
HSL color Cylindrical-coordinate representation of color #4639D0: hue angle of 245.17º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4639D0 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 57 | 208 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.18 |
| HSL | 245.17º | 0.62% | 0.52% | - |
| HSV(B) | 245.17º | 0.73% | 0.82% | - |
| XYZ | 15.37 | 8.78 | 60.56 | - |
| YUV | 78.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 208 | 0.66 | 0.73 | 0 | 0.18 | 245.17 | 0.62 | 0.52 |
| Hex | 46 | 39 | D0 | 42 | 49 | 0 | 12 | F5 | 3E | 34 |
| Octal | 106 | 71 | 320 | 102 | 111 | 0 | 22 | 365 | 76 | 64 |
| Binary | 1000110 | 111001 | 11010000 | 1000010 | 1001001 | 0 | 10010 | 11110101 | 111110 | 110100 |
Color Harmonies of #4639D0
Complementary color
Monochromatic Colors of #4639D0
Black with #4639D0
Text Example
Text Example
White with #4639D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4639D0; }
p { color: rgb(70,57,208); }
H1.HeaderClassName
{
color: #4639D0;
}
.AnyTagClassName
{
color: #4639D0;
}
</style>
background-color css
<style>
a { background-color: #4639D0; }
a { background-color: rgb(70,57,208); }
div.DivClassName
{
background-color: #4639D0;
}
.BgClassName
{
background-color: #4639D0;
}
</style>
border-color css
<style>
span { border-color: #4639D0; }
span { border-color: rgb(70,57,208); }
td.TdClassName
{
border-color: #4639D0;
}
.TagClassName
{
border-color: #4639D0;
}
</style>