Shades of Free Speech Blue #4061C8
Tints of Free Speech Blue #4061C8
RGB
CMYK
RGB Variations
Color information
#4061C8 (or 0x4061C8) is known color: Free Speech Blue. HEX triplet: 40, 61 and C8. RGB value is (64,97,200). Sum of RGB (Red+Green+Blue) = 64+97+200=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #4061C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061C8 is #BF9E37. Grayscale: #626262. Windows color (decimal): -12557880 or 13132096. OLE color: 13132096.
HSL color Cylindrical-coordinate representation of color #4061C8: hue angle of 225.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4061C8 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 97 | 200 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.22 |
| HSL | 225.44º | 0.55% | 0.52% | - |
| HSV(B) | 225.44º | 0.68% | 0.78% | - |
| XYZ | 16.81 | 13.81 | 56.42 | - |
| YUV | 98.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 200 | 0.68 | 0.52 | 0 | 0.22 | 225.44 | 0.55 | 0.52 |
| Hex | 40 | 61 | C8 | 44 | 34 | 0 | 16 | E1 | 37 | 34 |
| Octal | 100 | 141 | 310 | 104 | 64 | 0 | 26 | 341 | 67 | 64 |
| Binary | 1000000 | 1100001 | 11001000 | 1000100 | 110100 | 0 | 10110 | 11100001 | 110111 | 110100 |
Color Harmonies of #4061C8
Complementary color
Monochromatic Colors of #4061C8
Black with #4061C8
Text Example
Text Example
White with #4061C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4061C8; }
p { color: rgb(64,97,200); }
H1.HeaderClassName
{
color: #4061C8;
}
.AnyTagClassName
{
color: #4061C8;
}
</style>
background-color css
<style>
a { background-color: #4061C8; }
a { background-color: rgb(64,97,200); }
div.DivClassName
{
background-color: #4061C8;
}
.BgClassName
{
background-color: #4061C8;
}
</style>
border-color css
<style>
span { border-color: #4061C8; }
span { border-color: rgb(64,97,200); }
td.TdClassName
{
border-color: #4061C8;
}
.TagClassName
{
border-color: #4061C8;
}
</style>