Shades of Free Speech Blue #4638D1
Tints of Free Speech Blue #4638D1
RGB
CMYK
RGB Variations
Color information
#4638D1 (or 0x4638D1) is known color: Free Speech Blue. HEX triplet: 46, 38 and D1. RGB value is (70,56,209). Sum of RGB (Red+Green+Blue) = 70+56+209=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #4638D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4638D1 is #B9C72E. Grayscale: #4D4D4D. Windows color (decimal): -12175151 or 13711430. OLE color: 13711430.
HSL color Cylindrical-coordinate representation of color #4638D1: hue angle of 245.49º 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 #4638D1 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 56 | 209 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.18 |
| HSL | 245.49º | 0.62% | 0.52% | - |
| HSV(B) | 245.49º | 0.73% | 0.82% | - |
| XYZ | 15.45 | 8.73 | 61.19 | - |
| YUV | 77.63 | 202.14 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 209 | 0.67 | 0.73 | 0 | 0.18 | 245.49 | 0.62 | 0.52 |
| Hex | 46 | 38 | D1 | 43 | 49 | 0 | 12 | F5 | 3E | 34 |
| Octal | 106 | 70 | 321 | 103 | 111 | 0 | 22 | 365 | 76 | 64 |
| Binary | 1000110 | 111000 | 11010001 | 1000011 | 1001001 | 0 | 10010 | 11110101 | 111110 | 110100 |
Color Harmonies of #4638D1
Complementary color
Monochromatic Colors of #4638D1
Black with #4638D1
Text Example
Text Example
White with #4638D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638D1; }
p { color: rgb(70,56,209); }
H1.HeaderClassName
{
color: #4638D1;
}
.AnyTagClassName
{
color: #4638D1;
}
</style>
background-color css
<style>
a { background-color: #4638D1; }
a { background-color: rgb(70,56,209); }
div.DivClassName
{
background-color: #4638D1;
}
.BgClassName
{
background-color: #4638D1;
}
</style>
border-color css
<style>
span { border-color: #4638D1; }
span { border-color: rgb(70,56,209); }
td.TdClassName
{
border-color: #4638D1;
}
.TagClassName
{
border-color: #4638D1;
}
</style>