Shades of Free Speech Blue #4638BD
Tints of Free Speech Blue #4638BD
RGB
CMYK
RGB Variations
Color information
#4638BD (or 0x4638BD) is known color: Free Speech Blue. HEX triplet: 46, 38 and BD. RGB value is (70,56,189). Sum of RGB (Red+Green+Blue) = 70+56+189=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #4638BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4638BD is #B9C742. Grayscale: #4A4A4A. Windows color (decimal): -12175171 or 12400710. OLE color: 12400710.
HSL color Cylindrical-coordinate representation of color #4638BD: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4638BD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 56 | 189 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.26 |
| HSL | 246.32º | 0.54% | 0.48% | - |
| HSV(B) | 246.32º | 0.7% | 0.74% | - |
| XYZ | 13.13 | 7.8 | 48.96 | - |
| YUV | 75.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 189 | 0.63 | 0.70 | 0 | 0.26 | 246.32 | 0.54 | 0.48 |
| Hex | 46 | 38 | BD | 3F | 46 | 0 | 1A | F6 | 36 | 30 |
| Octal | 106 | 70 | 275 | 77 | 106 | 0 | 32 | 366 | 66 | 60 |
| Binary | 1000110 | 111000 | 10111101 | 111111 | 1000110 | 0 | 11010 | 11110110 | 110110 | 110000 |
Color Harmonies of #4638BD
Complementary color
Monochromatic Colors of #4638BD
Black with #4638BD
Text Example
Text Example
White with #4638BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638BD; }
p { color: rgb(70,56,189); }
H1.HeaderClassName
{
color: #4638BD;
}
.AnyTagClassName
{
color: #4638BD;
}
</style>
background-color css
<style>
a { background-color: #4638BD; }
a { background-color: rgb(70,56,189); }
div.DivClassName
{
background-color: #4638BD;
}
.BgClassName
{
background-color: #4638BD;
}
</style>
border-color css
<style>
span { border-color: #4638BD; }
span { border-color: rgb(70,56,189); }
td.TdClassName
{
border-color: #4638BD;
}
.TagClassName
{
border-color: #4638BD;
}
</style>