Shades of Free Speech Blue #4458C9
Tints of Free Speech Blue #4458C9
RGB
CMYK
RGB Variations
Color information
#4458C9 (or 0x4458C9) is known color: Free Speech Blue. HEX triplet: 44, 58 and C9. RGB value is (68,88,201). Sum of RGB (Red+Green+Blue) = 68+88+201=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #4458C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4458C9 is #BBA736. Grayscale: #5E5E5E. Windows color (decimal): -12298039 or 13195332. OLE color: 13195332.
HSL color Cylindrical-coordinate representation of color #4458C9: hue angle of 230.98º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4458C9 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 88 | 201 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.21 |
| HSL | 230.98º | 0.55% | 0.53% | - |
| HSV(B) | 230.98º | 0.66% | 0.79% | - |
| XYZ | 16.42 | 12.43 | 56.79 | - |
| YUV | 94.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 201 | 0.66 | 0.56 | 0 | 0.21 | 230.98 | 0.55 | 0.53 |
| Hex | 44 | 58 | C9 | 42 | 38 | 0 | 15 | E7 | 37 | 35 |
| Octal | 104 | 130 | 311 | 102 | 70 | 0 | 25 | 347 | 67 | 65 |
| Binary | 1000100 | 1011000 | 11001001 | 1000010 | 111000 | 0 | 10101 | 11100111 | 110111 | 110101 |
Color Harmonies of #4458C9
Complementary color
Monochromatic Colors of #4458C9
Black with #4458C9
Text Example
Text Example
White with #4458C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4458C9; }
p { color: rgb(68,88,201); }
H1.HeaderClassName
{
color: #4458C9;
}
.AnyTagClassName
{
color: #4458C9;
}
</style>
background-color css
<style>
a { background-color: #4458C9; }
a { background-color: rgb(68,88,201); }
div.DivClassName
{
background-color: #4458C9;
}
.BgClassName
{
background-color: #4458C9;
}
</style>
border-color css
<style>
span { border-color: #4458C9; }
span { border-color: rgb(68,88,201); }
td.TdClassName
{
border-color: #4458C9;
}
.TagClassName
{
border-color: #4458C9;
}
</style>