Shades of Free Speech Blue #4058CB
Tints of Free Speech Blue #4058CB
RGB
CMYK
RGB Variations
Color information
#4058CB (or 0x4058CB) is known color: Free Speech Blue. HEX triplet: 40, 58 and CB. RGB value is (64,88,203). Sum of RGB (Red+Green+Blue) = 64+88+203=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #4058CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058CB is #BFA734. Grayscale: #5D5D5D. Windows color (decimal): -12560181 or 13326400. OLE color: 13326400.
HSL color Cylindrical-coordinate representation of color #4058CB: hue angle of 229.64º 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 #4058CB is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 88 | 203 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.20 |
| HSL | 229.64º | 0.57% | 0.52% | - |
| HSV(B) | 229.64º | 0.68% | 0.8% | - |
| XYZ | 16.38 | 12.38 | 58.03 | - |
| YUV | 93.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 203 | 0.68 | 0.57 | 0 | 0.20 | 229.64 | 0.57 | 0.52 |
| Hex | 40 | 58 | CB | 44 | 39 | 0 | 14 | E6 | 39 | 34 |
| Octal | 100 | 130 | 313 | 104 | 71 | 0 | 24 | 346 | 71 | 64 |
| Binary | 1000000 | 1011000 | 11001011 | 1000100 | 111001 | 0 | 10100 | 11100110 | 111001 | 110100 |
Color Harmonies of #4058CB
Complementary color
Monochromatic Colors of #4058CB
Black with #4058CB
Text Example
Text Example
White with #4058CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4058CB; }
p { color: rgb(64,88,203); }
H1.HeaderClassName
{
color: #4058CB;
}
.AnyTagClassName
{
color: #4058CB;
}
</style>
background-color css
<style>
a { background-color: #4058CB; }
a { background-color: rgb(64,88,203); }
div.DivClassName
{
background-color: #4058CB;
}
.BgClassName
{
background-color: #4058CB;
}
</style>
border-color css
<style>
span { border-color: #4058CB; }
span { border-color: rgb(64,88,203); }
td.TdClassName
{
border-color: #4058CB;
}
.TagClassName
{
border-color: #4058CB;
}
</style>