Shades of Free Speech Blue #4658CF
Tints of Free Speech Blue #4658CF
RGB
CMYK
RGB Variations
Color information
#4658CF (or 0x4658CF) is known color: Free Speech Blue. HEX triplet: 46, 58 and CF. RGB value is (70,88,207). Sum of RGB (Red+Green+Blue) = 70+88+207=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #4658CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4658CF is #B9A730. Grayscale: #5F5F5F. Windows color (decimal): -12166961 or 13588550. OLE color: 13588550.
HSL color Cylindrical-coordinate representation of color #4658CF: hue angle of 232.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4658CF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 88 | 207 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.19 |
| HSL | 232.12º | 0.59% | 0.54% | - |
| HSV(B) | 232.12º | 0.66% | 0.81% | - |
| XYZ | 17.28 | 12.79 | 60.59 | - |
| YUV | 96.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 207 | 0.66 | 0.57 | 0 | 0.19 | 232.12 | 0.59 | 0.54 |
| Hex | 46 | 58 | CF | 42 | 39 | 0 | 13 | E8 | 3B | 36 |
| Octal | 106 | 130 | 317 | 102 | 71 | 0 | 23 | 350 | 73 | 66 |
| Binary | 1000110 | 1011000 | 11001111 | 1000010 | 111001 | 0 | 10011 | 11101000 | 111011 | 110110 |
Color Harmonies of #4658CF
Complementary color
Monochromatic Colors of #4658CF
Black with #4658CF
Text Example
Text Example
White with #4658CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4658CF; }
p { color: rgb(70,88,207); }
H1.HeaderClassName
{
color: #4658CF;
}
.AnyTagClassName
{
color: #4658CF;
}
</style>
background-color css
<style>
a { background-color: #4658CF; }
a { background-color: rgb(70,88,207); }
div.DivClassName
{
background-color: #4658CF;
}
.BgClassName
{
background-color: #4658CF;
}
</style>
border-color css
<style>
span { border-color: #4658CF; }
span { border-color: rgb(70,88,207); }
td.TdClassName
{
border-color: #4658CF;
}
.TagClassName
{
border-color: #4658CF;
}
</style>