Shades of Free Speech Blue #4651CF
Tints of Free Speech Blue #4651CF
RGB
CMYK
RGB Variations
Color information
#4651CF (or 0x4651CF) is known color: Free Speech Blue. HEX triplet: 46, 51 and CF. RGB value is (70,81,207). Sum of RGB (Red+Green+Blue) = 70+81+207=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #4651CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4651CF is #B9AE30. Grayscale: #5B5B5B. Windows color (decimal): -12168753 or 13586758. OLE color: 13586758.
HSL color Cylindrical-coordinate representation of color #4651CF: hue angle of 235.18º 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 #4651CF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 81 | 207 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.19 |
| HSL | 235.18º | 0.59% | 0.54% | - |
| HSV(B) | 235.18º | 0.66% | 0.81% | - |
| XYZ | 16.73 | 11.69 | 60.41 | - |
| YUV | 92.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 207 | 0.66 | 0.61 | 0 | 0.19 | 235.18 | 0.59 | 0.54 |
| Hex | 46 | 51 | CF | 42 | 3D | 0 | 13 | EB | 3B | 36 |
| Octal | 106 | 121 | 317 | 102 | 75 | 0 | 23 | 353 | 73 | 66 |
| Binary | 1000110 | 1010001 | 11001111 | 1000010 | 111101 | 0 | 10011 | 11101011 | 111011 | 110110 |
Color Harmonies of #4651CF
Complementary color
Monochromatic Colors of #4651CF
Black with #4651CF
Text Example
Text Example
White with #4651CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4651CF; }
p { color: rgb(70,81,207); }
H1.HeaderClassName
{
color: #4651CF;
}
.AnyTagClassName
{
color: #4651CF;
}
</style>
background-color css
<style>
a { background-color: #4651CF; }
a { background-color: rgb(70,81,207); }
div.DivClassName
{
background-color: #4651CF;
}
.BgClassName
{
background-color: #4651CF;
}
</style>
border-color css
<style>
span { border-color: #4651CF; }
span { border-color: rgb(70,81,207); }
td.TdClassName
{
border-color: #4651CF;
}
.TagClassName
{
border-color: #4651CF;
}
</style>