Shades of Free Speech Blue #4249DF
Tints of Free Speech Blue #4249DF
RGB
CMYK
RGB Variations
Color information
#4249DF (or 0x4249DF) is known color: Free Speech Blue. HEX triplet: 42, 49 and DF. RGB value is (66,73,223). Sum of RGB (Red+Green+Blue) = 66+73+223=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #4249DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249DF is #BDB620. Grayscale: #575757. Windows color (decimal): -12432929 or 14633282. OLE color: 14633282.
HSL color Cylindrical-coordinate representation of color #4249DF: hue angle of 237.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4249DF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 73 | 223 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.13 |
| HSL | 237.32º | 0.71% | 0.57% | - |
| HSV(B) | 237.32º | 0.7% | 0.87% | - |
| XYZ | 17.95 | 11.25 | 71.04 | - |
| YUV | 88.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 223 | 0.70 | 0.67 | 0 | 0.13 | 237.32 | 0.71 | 0.57 |
| Hex | 42 | 49 | DF | 46 | 43 | 0 | D | ED | 47 | 39 |
| Octal | 102 | 111 | 337 | 106 | 103 | 0 | 15 | 355 | 107 | 71 |
| Binary | 1000010 | 1001001 | 11011111 | 1000110 | 1000011 | 0 | 1101 | 11101101 | 1000111 | 111001 |
Color Harmonies of #4249DF
Complementary color
Monochromatic Colors of #4249DF
Black with #4249DF
Text Example
Text Example
White with #4249DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249DF; }
p { color: rgb(66,73,223); }
H1.HeaderClassName
{
color: #4249DF;
}
.AnyTagClassName
{
color: #4249DF;
}
</style>
background-color css
<style>
a { background-color: #4249DF; }
a { background-color: rgb(66,73,223); }
div.DivClassName
{
background-color: #4249DF;
}
.BgClassName
{
background-color: #4249DF;
}
</style>
border-color css
<style>
span { border-color: #4249DF; }
span { border-color: rgb(66,73,223); }
td.TdClassName
{
border-color: #4249DF;
}
.TagClassName
{
border-color: #4249DF;
}
</style>