Shades of Free Speech Blue #4068CB
Tints of Free Speech Blue #4068CB
RGB
CMYK
RGB Variations
Color information
#4068CB (or 0x4068CB) is known color: Free Speech Blue. HEX triplet: 40, 68 and CB. RGB value is (64,104,203). Sum of RGB (Red+Green+Blue) = 64+104+203=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4068CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068CB is #BF9734. Grayscale: #666666. Windows color (decimal): -12556085 or 13330496. OLE color: 13330496.
HSL color Cylindrical-coordinate representation of color #4068CB: hue angle of 222.73º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4068CB is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 104 | 203 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.20 |
| HSL | 222.73º | 0.57% | 0.52% | - |
| HSV(B) | 222.73º | 0.68% | 0.8% | - |
| XYZ | 17.84 | 15.3 | 58.51 | - |
| YUV | 103.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 203 | 0.68 | 0.49 | 0 | 0.20 | 222.73 | 0.57 | 0.52 |
| Hex | 40 | 68 | CB | 44 | 31 | 0 | 14 | DF | 39 | 34 |
| Octal | 100 | 150 | 313 | 104 | 61 | 0 | 24 | 337 | 71 | 64 |
| Binary | 1000000 | 1101000 | 11001011 | 1000100 | 110001 | 0 | 10100 | 11011111 | 111001 | 110100 |
Color Harmonies of #4068CB
Complementary color
Monochromatic Colors of #4068CB
Black with #4068CB
Text Example
Text Example
White with #4068CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4068CB; }
p { color: rgb(64,104,203); }
H1.HeaderClassName
{
color: #4068CB;
}
.AnyTagClassName
{
color: #4068CB;
}
</style>
background-color css
<style>
a { background-color: #4068CB; }
a { background-color: rgb(64,104,203); }
div.DivClassName
{
background-color: #4068CB;
}
.BgClassName
{
background-color: #4068CB;
}
</style>
border-color css
<style>
span { border-color: #4068CB; }
span { border-color: rgb(64,104,203); }
td.TdClassName
{
border-color: #4068CB;
}
.TagClassName
{
border-color: #4068CB;
}
</style>