Shades of Free Speech Blue #4645CE
Tints of Free Speech Blue #4645CE
RGB
CMYK
RGB Variations
Color information
#4645CE (or 0x4645CE) is known color: Free Speech Blue. HEX triplet: 46, 45 and CE. RGB value is (70,69,206). Sum of RGB (Red+Green+Blue) = 70+69+206=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #4645CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4645CE is #B9BA31. Grayscale: #545454. Windows color (decimal): -12171826 or 13518150. OLE color: 13518150.
HSL color Cylindrical-coordinate representation of color #4645CE: hue angle of 240.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4645CE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 69 | 206 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.19 |
| HSL | 240.44º | 0.58% | 0.54% | - |
| HSV(B) | 240.44º | 0.67% | 0.81% | - |
| XYZ | 15.79 | 10.01 | 59.49 | - |
| YUV | 84.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 206 | 0.66 | 0.67 | 0 | 0.19 | 240.44 | 0.58 | 0.54 |
| Hex | 46 | 45 | CE | 42 | 43 | 0 | 13 | F0 | 3A | 36 |
| Octal | 106 | 105 | 316 | 102 | 103 | 0 | 23 | 360 | 72 | 66 |
| Binary | 1000110 | 1000101 | 11001110 | 1000010 | 1000011 | 0 | 10011 | 11110000 | 111010 | 110110 |
Color Harmonies of #4645CE
Complementary color
Monochromatic Colors of #4645CE
Black with #4645CE
Text Example
Text Example
White with #4645CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4645CE; }
p { color: rgb(70,69,206); }
H1.HeaderClassName
{
color: #4645CE;
}
.AnyTagClassName
{
color: #4645CE;
}
</style>
background-color css
<style>
a { background-color: #4645CE; }
a { background-color: rgb(70,69,206); }
div.DivClassName
{
background-color: #4645CE;
}
.BgClassName
{
background-color: #4645CE;
}
</style>
border-color css
<style>
span { border-color: #4645CE; }
span { border-color: rgb(70,69,206); }
td.TdClassName
{
border-color: #4645CE;
}
.TagClassName
{
border-color: #4645CE;
}
</style>