Shades of Free Speech Blue #4462D0
Tints of Free Speech Blue #4462D0
RGB
CMYK
RGB Variations
Color information
#4462D0 (or 0x4462D0) is known color: Free Speech Blue. HEX triplet: 44, 62 and D0. RGB value is (68,98,208). Sum of RGB (Red+Green+Blue) = 68+98+208=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #4462D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462D0 is #BB9D2F. Grayscale: #656565. Windows color (decimal): -12295472 or 13656644. OLE color: 13656644.
HSL color Cylindrical-coordinate representation of color #4462D0: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4462D0 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 98 | 208 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.18 |
| HSL | 227.14º | 0.6% | 0.54% | - |
| HSV(B) | 227.14º | 0.67% | 0.82% | - |
| XYZ | 18.14 | 14.52 | 61.52 | - |
| YUV | 101.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 208 | 0.67 | 0.53 | 0 | 0.18 | 227.14 | 0.6 | 0.54 |
| Hex | 44 | 62 | D0 | 43 | 35 | 0 | 12 | E3 | 3C | 36 |
| Octal | 104 | 142 | 320 | 103 | 65 | 0 | 22 | 343 | 74 | 66 |
| Binary | 1000100 | 1100010 | 11010000 | 1000011 | 110101 | 0 | 10010 | 11100011 | 111100 | 110110 |
Color Harmonies of #4462D0
Complementary color
Monochromatic Colors of #4462D0
Black with #4462D0
Text Example
Text Example
White with #4462D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462D0; }
p { color: rgb(68,98,208); }
H1.HeaderClassName
{
color: #4462D0;
}
.AnyTagClassName
{
color: #4462D0;
}
</style>
background-color css
<style>
a { background-color: #4462D0; }
a { background-color: rgb(68,98,208); }
div.DivClassName
{
background-color: #4462D0;
}
.BgClassName
{
background-color: #4462D0;
}
</style>
border-color css
<style>
span { border-color: #4462D0; }
span { border-color: rgb(68,98,208); }
td.TdClassName
{
border-color: #4462D0;
}
.TagClassName
{
border-color: #4462D0;
}
</style>