Shades of Free Speech Blue #4046B1
Tints of Free Speech Blue #4046B1
RGB
CMYK
RGB Variations
Color information
#4046B1 (or 0x4046B1) is known color: Free Speech Blue. HEX triplet: 40, 46 and B1. RGB value is (64,70,177). Sum of RGB (Red+Green+Blue) = 64+70+177=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #4046B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4046B1 is #BFB94E. Grayscale: #4F4F4F. Windows color (decimal): -12564815 or 11617856. OLE color: 11617856.
HSL color Cylindrical-coordinate representation of color #4046B1: hue angle of 236.81º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4046B1 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 70 | 177 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.31 |
| HSL | 236.81º | 0.47% | 0.47% | - |
| HSV(B) | 236.81º | 0.64% | 0.69% | - |
| XYZ | 12.24 | 8.64 | 42.62 | - |
| YUV | 80.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 177 | 0.64 | 0.60 | 0 | 0.31 | 236.81 | 0.47 | 0.47 |
| Hex | 40 | 46 | B1 | 40 | 3C | 0 | 1F | ED | 2F | 2F |
| Octal | 100 | 106 | 261 | 100 | 74 | 0 | 37 | 355 | 57 | 57 |
| Binary | 1000000 | 1000110 | 10110001 | 1000000 | 111100 | 0 | 11111 | 11101101 | 101111 | 101111 |
Color Harmonies of #4046B1
Complementary color
Monochromatic Colors of #4046B1
Black with #4046B1
Text Example
Text Example
White with #4046B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046B1; }
p { color: rgb(64,70,177); }
H1.HeaderClassName
{
color: #4046B1;
}
.AnyTagClassName
{
color: #4046B1;
}
</style>
background-color css
<style>
a { background-color: #4046B1; }
a { background-color: rgb(64,70,177); }
div.DivClassName
{
background-color: #4046B1;
}
.BgClassName
{
background-color: #4046B1;
}
</style>
border-color css
<style>
span { border-color: #4046B1; }
span { border-color: rgb(64,70,177); }
td.TdClassName
{
border-color: #4046B1;
}
.TagClassName
{
border-color: #4046B1;
}
</style>