Shades of Free Speech Blue #4654CE
Tints of Free Speech Blue #4654CE
RGB
CMYK
RGB Variations
Color information
#4654CE (or 0x4654CE) is known color: Free Speech Blue. HEX triplet: 46, 54 and CE. RGB value is (70,84,206). Sum of RGB (Red+Green+Blue) = 70+84+206=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #4654CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4654CE is #B9AB31. Grayscale: #5D5D5D. Windows color (decimal): -12167986 or 13521990. OLE color: 13521990.
HSL color Cylindrical-coordinate representation of color #4654CE: hue angle of 233.82º degrees, saturation: 0.58, 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 #4654CE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 84 | 206 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.19 |
| HSL | 233.82º | 0.58% | 0.54% | - |
| HSV(B) | 233.82º | 0.66% | 0.81% | - |
| XYZ | 16.84 | 12.1 | 59.84 | - |
| YUV | 93.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 206 | 0.66 | 0.59 | 0 | 0.19 | 233.82 | 0.58 | 0.54 |
| Hex | 46 | 54 | CE | 42 | 3B | 0 | 13 | EA | 3A | 36 |
| Octal | 106 | 124 | 316 | 102 | 73 | 0 | 23 | 352 | 72 | 66 |
| Binary | 1000110 | 1010100 | 11001110 | 1000010 | 111011 | 0 | 10011 | 11101010 | 111010 | 110110 |
Color Harmonies of #4654CE
Complementary color
Monochromatic Colors of #4654CE
Black with #4654CE
Text Example
Text Example
White with #4654CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4654CE; }
p { color: rgb(70,84,206); }
H1.HeaderClassName
{
color: #4654CE;
}
.AnyTagClassName
{
color: #4654CE;
}
</style>
background-color css
<style>
a { background-color: #4654CE; }
a { background-color: rgb(70,84,206); }
div.DivClassName
{
background-color: #4654CE;
}
.BgClassName
{
background-color: #4654CE;
}
</style>
border-color css
<style>
span { border-color: #4654CE; }
span { border-color: rgb(70,84,206); }
td.TdClassName
{
border-color: #4654CE;
}
.TagClassName
{
border-color: #4654CE;
}
</style>