Shades of Free Speech Blue #4653B9
Tints of Free Speech Blue #4653B9
RGB
CMYK
RGB Variations
Color information
#4653B9 (or 0x4653B9) is known color: Free Speech Blue. HEX triplet: 46, 53 and B9. RGB value is (70,83,185). Sum of RGB (Red+Green+Blue) = 70+83+185=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #4653B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4653B9 is #B9AC46. Grayscale: #5A5A5A. Windows color (decimal): -12168263 or 12145478. OLE color: 12145478.
HSL color Cylindrical-coordinate representation of color #4653B9: hue angle of 233.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4653B9 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 83 | 185 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.27 |
| HSL | 233.22º | 0.45% | 0.5% | - |
| HSV(B) | 233.22º | 0.62% | 0.73% | - |
| XYZ | 14.38 | 10.99 | 47.26 | - |
| YUV | 90.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 185 | 0.62 | 0.55 | 0 | 0.27 | 233.22 | 0.45 | 0.5 |
| Hex | 46 | 53 | B9 | 3E | 37 | 0 | 1B | E9 | 2D | 32 |
| Octal | 106 | 123 | 271 | 76 | 67 | 0 | 33 | 351 | 55 | 62 |
| Binary | 1000110 | 1010011 | 10111001 | 111110 | 110111 | 0 | 11011 | 11101001 | 101101 | 110010 |
Color Harmonies of #4653B9
Complementary color
Monochromatic Colors of #4653B9
Black with #4653B9
Text Example
Text Example
White with #4653B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653B9; }
p { color: rgb(70,83,185); }
H1.HeaderClassName
{
color: #4653B9;
}
.AnyTagClassName
{
color: #4653B9;
}
</style>
background-color css
<style>
a { background-color: #4653B9; }
a { background-color: rgb(70,83,185); }
div.DivClassName
{
background-color: #4653B9;
}
.BgClassName
{
background-color: #4653B9;
}
</style>
border-color css
<style>
span { border-color: #4653B9; }
span { border-color: rgb(70,83,185); }
td.TdClassName
{
border-color: #4653B9;
}
.TagClassName
{
border-color: #4653B9;
}
</style>