Shades of Free Speech Blue #4652DD
Tints of Free Speech Blue #4652DD
RGB
CMYK
RGB Variations
Color information
#4652DD (or 0x4652DD) is known color: Free Speech Blue. HEX triplet: 46, 52 and DD. RGB value is (70,82,221). Sum of RGB (Red+Green+Blue) = 70+82+221=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #4652DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4652DD is #B9AD22. Grayscale: #5D5D5D. Windows color (decimal): -12168483 or 14504518. OLE color: 14504518.
HSL color Cylindrical-coordinate representation of color #4652DD: hue angle of 235.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4652DD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 82 | 221 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.13 |
| HSL | 235.23º | 0.69% | 0.57% | - |
| HSV(B) | 235.23º | 0.68% | 0.87% | - |
| XYZ | 18.59 | 12.56 | 69.85 | - |
| YUV | 94.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 221 | 0.68 | 0.63 | 0 | 0.13 | 235.23 | 0.69 | 0.57 |
| Hex | 46 | 52 | DD | 44 | 3F | 0 | D | EB | 45 | 39 |
| Octal | 106 | 122 | 335 | 104 | 77 | 0 | 15 | 353 | 105 | 71 |
| Binary | 1000110 | 1010010 | 11011101 | 1000100 | 111111 | 0 | 1101 | 11101011 | 1000101 | 111001 |
Color Harmonies of #4652DD
Complementary color
Monochromatic Colors of #4652DD
Black with #4652DD
Text Example
Text Example
White with #4652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4652DD; }
p { color: rgb(70,82,221); }
H1.HeaderClassName
{
color: #4652DD;
}
.AnyTagClassName
{
color: #4652DD;
}
</style>
background-color css
<style>
a { background-color: #4652DD; }
a { background-color: rgb(70,82,221); }
div.DivClassName
{
background-color: #4652DD;
}
.BgClassName
{
background-color: #4652DD;
}
</style>
border-color css
<style>
span { border-color: #4652DD; }
span { border-color: rgb(70,82,221); }
td.TdClassName
{
border-color: #4652DD;
}
.TagClassName
{
border-color: #4652DD;
}
</style>