Shades of Free Speech Blue #4045BC
Tints of Free Speech Blue #4045BC
RGB
CMYK
RGB Variations
Color information
#4045BC (or 0x4045BC) is known color: Free Speech Blue. HEX triplet: 40, 45 and BC. RGB value is (64,69,188). Sum of RGB (Red+Green+Blue) = 64+69+188=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #4045BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4045BC is #BFBA43. Grayscale: #505050. Windows color (decimal): -12565060 or 12338496. OLE color: 12338496.
HSL color Cylindrical-coordinate representation of color #4045BC: hue angle of 237.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4045BC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 69 | 188 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.26 |
| HSL | 237.58º | 0.49% | 0.49% | - |
| HSV(B) | 237.58º | 0.66% | 0.74% | - |
| XYZ | 13.32 | 8.98 | 48.61 | - |
| YUV | 81.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 188 | 0.66 | 0.63 | 0 | 0.26 | 237.58 | 0.49 | 0.49 |
| Hex | 40 | 45 | BC | 42 | 3F | 0 | 1A | EE | 31 | 31 |
| Octal | 100 | 105 | 274 | 102 | 77 | 0 | 32 | 356 | 61 | 61 |
| Binary | 1000000 | 1000101 | 10111100 | 1000010 | 111111 | 0 | 11010 | 11101110 | 110001 | 110001 |
Color Harmonies of #4045BC
Complementary color
Monochromatic Colors of #4045BC
Black with #4045BC
Text Example
Text Example
White with #4045BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4045BC; }
p { color: rgb(64,69,188); }
H1.HeaderClassName
{
color: #4045BC;
}
.AnyTagClassName
{
color: #4045BC;
}
</style>
background-color css
<style>
a { background-color: #4045BC; }
a { background-color: rgb(64,69,188); }
div.DivClassName
{
background-color: #4045BC;
}
.BgClassName
{
background-color: #4045BC;
}
</style>
border-color css
<style>
span { border-color: #4045BC; }
span { border-color: rgb(64,69,188); }
td.TdClassName
{
border-color: #4045BC;
}
.TagClassName
{
border-color: #4045BC;
}
</style>