Shades of Free Speech Blue #4658B0
Tints of Free Speech Blue #4658B0
RGB
CMYK
RGB Variations
Color information
#4658B0 (or 0x4658B0) is known color: Free Speech Blue. HEX triplet: 46, 58 and B0. RGB value is (70,88,176). Sum of RGB (Red+Green+Blue) = 70+88+176=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #4658B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4658B0 is #B9A74F. Grayscale: #5C5C5C. Windows color (decimal): -12166992 or 11556934. OLE color: 11556934.
HSL color Cylindrical-coordinate representation of color #4658B0: hue angle of 229.81º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4658B0 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 88 | 176 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.31 |
| HSL | 229.81º | 0.43% | 0.48% | - |
| HSV(B) | 229.81º | 0.6% | 0.69% | - |
| XYZ | 13.85 | 11.42 | 42.55 | - |
| YUV | 92.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 176 | 0.60 | 0.50 | 0 | 0.31 | 229.81 | 0.43 | 0.48 |
| Hex | 46 | 58 | B0 | 3C | 32 | 0 | 1F | E6 | 2B | 30 |
| Octal | 106 | 130 | 260 | 74 | 62 | 0 | 37 | 346 | 53 | 60 |
| Binary | 1000110 | 1011000 | 10110000 | 111100 | 110010 | 0 | 11111 | 11100110 | 101011 | 110000 |
Color Harmonies of #4658B0
Complementary color
Monochromatic Colors of #4658B0
Black with #4658B0
Text Example
Text Example
White with #4658B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4658B0; }
p { color: rgb(70,88,176); }
H1.HeaderClassName
{
color: #4658B0;
}
.AnyTagClassName
{
color: #4658B0;
}
</style>
background-color css
<style>
a { background-color: #4658B0; }
a { background-color: rgb(70,88,176); }
div.DivClassName
{
background-color: #4658B0;
}
.BgClassName
{
background-color: #4658B0;
}
</style>
border-color css
<style>
span { border-color: #4658B0; }
span { border-color: rgb(70,88,176); }
td.TdClassName
{
border-color: #4658B0;
}
.TagClassName
{
border-color: #4658B0;
}
</style>