Shades of Free Speech Blue #4252CE
Tints of Free Speech Blue #4252CE
RGB
CMYK
RGB Variations
Color information
#4252CE (or 0x4252CE) is known color: Free Speech Blue. HEX triplet: 42, 52 and CE. RGB value is (66,82,206). Sum of RGB (Red+Green+Blue) = 66+82+206=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #4252CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252CE is #BDAD31. Grayscale: #5A5A5A. Windows color (decimal): -12430642 or 13521474. OLE color: 13521474.
HSL color Cylindrical-coordinate representation of color #4252CE: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4252CE is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 82 | 206 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.19 |
| HSL | 233.14º | 0.59% | 0.53% | - |
| HSV(B) | 233.14º | 0.68% | 0.81% | - |
| XYZ | 16.4 | 11.65 | 59.78 | - |
| YUV | 91.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 206 | 0.68 | 0.60 | 0 | 0.19 | 233.14 | 0.59 | 0.53 |
| Hex | 42 | 52 | CE | 44 | 3C | 0 | 13 | E9 | 3B | 35 |
| Octal | 102 | 122 | 316 | 104 | 74 | 0 | 23 | 351 | 73 | 65 |
| Binary | 1000010 | 1010010 | 11001110 | 1000100 | 111100 | 0 | 10011 | 11101001 | 111011 | 110101 |
Color Harmonies of #4252CE
Complementary color
Monochromatic Colors of #4252CE
Black with #4252CE
Text Example
Text Example
White with #4252CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4252CE; }
p { color: rgb(66,82,206); }
H1.HeaderClassName
{
color: #4252CE;
}
.AnyTagClassName
{
color: #4252CE;
}
</style>
background-color css
<style>
a { background-color: #4252CE; }
a { background-color: rgb(66,82,206); }
div.DivClassName
{
background-color: #4252CE;
}
.BgClassName
{
background-color: #4252CE;
}
</style>
border-color css
<style>
span { border-color: #4252CE; }
span { border-color: rgb(66,82,206); }
td.TdClassName
{
border-color: #4252CE;
}
.TagClassName
{
border-color: #4252CE;
}
</style>