Shades of Free Speech Blue #4458CC
Tints of Free Speech Blue #4458CC
RGB
CMYK
RGB Variations
Color information
#4458CC (or 0x4458CC) is known color: Free Speech Blue. HEX triplet: 44, 58 and CC. RGB value is (68,88,204). Sum of RGB (Red+Green+Blue) = 68+88+204=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #4458CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4458CC is #BBA733. Grayscale: #5E5E5E. Windows color (decimal): -12298036 or 13391940. OLE color: 13391940.
HSL color Cylindrical-coordinate representation of color #4458CC: hue angle of 231.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4458CC is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 88 | 204 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.2 |
| HSL | 231.18º | 0.57% | 0.53% | - |
| HSV(B) | 231.18º | 0.67% | 0.8% | - |
| XYZ | 16.77 | 12.57 | 58.67 | - |
| YUV | 95.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 204 | 0.67 | 0.57 | 0 | 0.2 | 231.18 | 0.57 | 0.53 |
| Hex | 44 | 58 | CC | 43 | 39 | 0 | 14 | E7 | 39 | 35 |
| Octal | 104 | 130 | 314 | 103 | 71 | 0 | 24 | 347 | 71 | 65 |
| Binary | 1000100 | 1011000 | 11001100 | 1000011 | 111001 | 0 | 10100 | 11100111 | 111001 | 110101 |
Color Harmonies of #4458CC
Complementary color
Monochromatic Colors of #4458CC
Black with #4458CC
Text Example
Text Example
White with #4458CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4458CC; }
p { color: rgb(68,88,204); }
H1.HeaderClassName
{
color: #4458CC;
}
.AnyTagClassName
{
color: #4458CC;
}
</style>
background-color css
<style>
a { background-color: #4458CC; }
a { background-color: rgb(68,88,204); }
div.DivClassName
{
background-color: #4458CC;
}
.BgClassName
{
background-color: #4458CC;
}
</style>
border-color css
<style>
span { border-color: #4458CC; }
span { border-color: rgb(68,88,204); }
td.TdClassName
{
border-color: #4458CC;
}
.TagClassName
{
border-color: #4458CC;
}
</style>