Shades of Free Speech Blue #4648CF
Tints of Free Speech Blue #4648CF
RGB
CMYK
RGB Variations
Color information
#4648CF (or 0x4648CF) is known color: Free Speech Blue. HEX triplet: 46, 48 and CF. RGB value is (70,72,207). Sum of RGB (Red+Green+Blue) = 70+72+207=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #4648CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4648CF is #B9B730. Grayscale: #565656. Windows color (decimal): -12171057 or 13584454. OLE color: 13584454.
HSL color Cylindrical-coordinate representation of color #4648CF: hue angle of 239.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 #4648CF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 72 | 207 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.19 |
| HSL | 239.12º | 0.59% | 0.54% | - |
| HSV(B) | 239.12º | 0.66% | 0.81% | - |
| XYZ | 16.11 | 10.44 | 60.2 | - |
| YUV | 86.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 207 | 0.66 | 0.65 | 0 | 0.19 | 239.12 | 0.59 | 0.54 |
| Hex | 46 | 48 | CF | 42 | 41 | 0 | 13 | EF | 3B | 36 |
| Octal | 106 | 110 | 317 | 102 | 101 | 0 | 23 | 357 | 73 | 66 |
| Binary | 1000110 | 1001000 | 11001111 | 1000010 | 1000001 | 0 | 10011 | 11101111 | 111011 | 110110 |
Color Harmonies of #4648CF
Complementary color
Monochromatic Colors of #4648CF
Black with #4648CF
Text Example
Text Example
White with #4648CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4648CF; }
p { color: rgb(70,72,207); }
H1.HeaderClassName
{
color: #4648CF;
}
.AnyTagClassName
{
color: #4648CF;
}
</style>
background-color css
<style>
a { background-color: #4648CF; }
a { background-color: rgb(70,72,207); }
div.DivClassName
{
background-color: #4648CF;
}
.BgClassName
{
background-color: #4648CF;
}
</style>
border-color css
<style>
span { border-color: #4648CF; }
span { border-color: rgb(70,72,207); }
td.TdClassName
{
border-color: #4648CF;
}
.TagClassName
{
border-color: #4648CF;
}
</style>