Shades of Free Speech Blue #4648CE
Tints of Free Speech Blue #4648CE
RGB
CMYK
RGB Variations
Color information
#4648CE (or 0x4648CE) is known color: Free Speech Blue. HEX triplet: 46, 48 and CE. RGB value is (70,72,206). Sum of RGB (Red+Green+Blue) = 70+72+206=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #4648CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4648CE is #B9B731. Grayscale: #565656. Windows color (decimal): -12171058 or 13518918. OLE color: 13518918.
HSL color Cylindrical-coordinate representation of color #4648CE: hue angle of 239.12º 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 #4648CE is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 72 | 206 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.19 |
| HSL | 239.12º | 0.58% | 0.54% | - |
| HSV(B) | 239.12º | 0.66% | 0.81% | - |
| XYZ | 15.98 | 10.39 | 59.56 | - |
| YUV | 86.68 | 195.34 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 206 | 0.66 | 0.65 | 0 | 0.19 | 239.12 | 0.58 | 0.54 |
| Hex | 46 | 48 | CE | 42 | 41 | 0 | 13 | EF | 3A | 36 |
| Octal | 106 | 110 | 316 | 102 | 101 | 0 | 23 | 357 | 72 | 66 |
| Binary | 1000110 | 1001000 | 11001110 | 1000010 | 1000001 | 0 | 10011 | 11101111 | 111010 | 110110 |
Color Harmonies of #4648CE
Complementary color
Monochromatic Colors of #4648CE
Black with #4648CE
Text Example
Text Example
White with #4648CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4648CE; }
p { color: rgb(70,72,206); }
H1.HeaderClassName
{
color: #4648CE;
}
.AnyTagClassName
{
color: #4648CE;
}
</style>
background-color css
<style>
a { background-color: #4648CE; }
a { background-color: rgb(70,72,206); }
div.DivClassName
{
background-color: #4648CE;
}
.BgClassName
{
background-color: #4648CE;
}
</style>
border-color css
<style>
span { border-color: #4648CE; }
span { border-color: rgb(70,72,206); }
td.TdClassName
{
border-color: #4648CE;
}
.TagClassName
{
border-color: #4648CE;
}
</style>