Shades of Free Speech Blue #4248DC
Tints of Free Speech Blue #4248DC
RGB
CMYK
RGB Variations
Color information
#4248DC (or 0x4248DC) is known color: Free Speech Blue. HEX triplet: 42, 48 and DC. RGB value is (66,72,220). Sum of RGB (Red+Green+Blue) = 66+72+220=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4248DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4248DC is #BDB723. Grayscale: #565656. Windows color (decimal): -12433188 or 14436418. OLE color: 14436418.
HSL color Cylindrical-coordinate representation of color #4248DC: hue angle of 237.66º 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 #4248DC is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 72 | 220 | - |
| CMYK | 0.7 | 0.67 | 0 | 0.14 |
| HSL | 237.66º | 0.69% | 0.56% | - |
| HSV(B) | 237.66º | 0.7% | 0.86% | - |
| XYZ | 17.48 | 10.96 | 68.9 | - |
| YUV | 87.08 | 203.01 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 220 | 0.7 | 0.67 | 0 | 0.14 | 237.66 | 0.69 | 0.56 |
| Hex | 42 | 48 | DC | 46 | 43 | 0 | E | EE | 45 | 38 |
| Octal | 102 | 110 | 334 | 106 | 103 | 0 | 16 | 356 | 105 | 70 |
| Binary | 1000010 | 1001000 | 11011100 | 1000110 | 1000011 | 0 | 1110 | 11101110 | 1000101 | 111000 |
Color Harmonies of #4248DC
Complementary color
Monochromatic Colors of #4248DC
Black with #4248DC
Text Example
Text Example
White with #4248DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4248DC; }
p { color: rgb(66,72,220); }
H1.HeaderClassName
{
color: #4248DC;
}
.AnyTagClassName
{
color: #4248DC;
}
</style>
background-color css
<style>
a { background-color: #4248DC; }
a { background-color: rgb(66,72,220); }
div.DivClassName
{
background-color: #4248DC;
}
.BgClassName
{
background-color: #4248DC;
}
</style>
border-color css
<style>
span { border-color: #4248DC; }
span { border-color: rgb(66,72,220); }
td.TdClassName
{
border-color: #4248DC;
}
.TagClassName
{
border-color: #4248DC;
}
</style>