Shades of Free Speech Blue #4652DC
Tints of Free Speech Blue #4652DC
RGB
CMYK
RGB Variations
Color information
#4652DC (or 0x4652DC) is known color: Free Speech Blue. HEX triplet: 46, 52 and DC. RGB value is (70,82,220). Sum of RGB (Red+Green+Blue) = 70+82+220=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #4652DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4652DC is #B9AD23. Grayscale: #5D5D5D. Windows color (decimal): -12168484 or 14438982. OLE color: 14438982.
HSL color Cylindrical-coordinate representation of color #4652DC: hue angle of 235.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4652DC is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 82 | 220 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.14 |
| HSL | 235.2º | 0.68% | 0.57% | - |
| HSV(B) | 235.2º | 0.68% | 0.86% | - |
| XYZ | 18.46 | 12.5 | 69.15 | - |
| YUV | 94.14 | 199.02 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 220 | 0.68 | 0.63 | 0 | 0.14 | 235.2 | 0.68 | 0.57 |
| Hex | 46 | 52 | DC | 44 | 3F | 0 | E | EB | 44 | 39 |
| Octal | 106 | 122 | 334 | 104 | 77 | 0 | 16 | 353 | 104 | 71 |
| Binary | 1000110 | 1010010 | 11011100 | 1000100 | 111111 | 0 | 1110 | 11101011 | 1000100 | 111001 |
Color Harmonies of #4652DC
Complementary color
Monochromatic Colors of #4652DC
Black with #4652DC
Text Example
Text Example
White with #4652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4652DC; }
p { color: rgb(70,82,220); }
H1.HeaderClassName
{
color: #4652DC;
}
.AnyTagClassName
{
color: #4652DC;
}
</style>
background-color css
<style>
a { background-color: #4652DC; }
a { background-color: rgb(70,82,220); }
div.DivClassName
{
background-color: #4652DC;
}
.BgClassName
{
background-color: #4652DC;
}
</style>
border-color css
<style>
span { border-color: #4652DC; }
span { border-color: rgb(70,82,220); }
td.TdClassName
{
border-color: #4652DC;
}
.TagClassName
{
border-color: #4652DC;
}
</style>