Shades of Free Speech Blue #4245DC
Tints of Free Speech Blue #4245DC
RGB
CMYK
RGB Variations
Color information
#4245DC (or 0x4245DC) is known color: Free Speech Blue. HEX triplet: 42, 45 and DC. RGB value is (66,69,220). Sum of RGB (Red+Green+Blue) = 66+69+220=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #4245DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4245DC is #BDBA23. Grayscale: #545454. Windows color (decimal): -12433956 or 14435650. OLE color: 14435650.
HSL color Cylindrical-coordinate representation of color #4245DC: hue angle of 238.83º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4245DC is Cyan = 0.7, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 69 | 220 | - |
| CMYK | 0.7 | 0.69 | 0 | 0.14 |
| HSL | 238.83º | 0.69% | 0.56% | - |
| HSV(B) | 238.83º | 0.7% | 0.86% | - |
| XYZ | 17.29 | 10.58 | 68.84 | - |
| YUV | 85.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 220 | 0.7 | 0.69 | 0 | 0.14 | 238.83 | 0.69 | 0.56 |
| Hex | 42 | 45 | DC | 46 | 45 | 0 | E | EF | 45 | 38 |
| Octal | 102 | 105 | 334 | 106 | 105 | 0 | 16 | 357 | 105 | 70 |
| Binary | 1000010 | 1000101 | 11011100 | 1000110 | 1000101 | 0 | 1110 | 11101111 | 1000101 | 111000 |
Color Harmonies of #4245DC
Complementary color
Monochromatic Colors of #4245DC
Black with #4245DC
Text Example
Text Example
White with #4245DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245DC; }
p { color: rgb(66,69,220); }
H1.HeaderClassName
{
color: #4245DC;
}
.AnyTagClassName
{
color: #4245DC;
}
</style>
background-color css
<style>
a { background-color: #4245DC; }
a { background-color: rgb(66,69,220); }
div.DivClassName
{
background-color: #4245DC;
}
.BgClassName
{
background-color: #4245DC;
}
</style>
border-color css
<style>
span { border-color: #4245DC; }
span { border-color: rgb(66,69,220); }
td.TdClassName
{
border-color: #4245DC;
}
.TagClassName
{
border-color: #4245DC;
}
</style>