Shades of Free Speech Blue #4462CE
Tints of Free Speech Blue #4462CE
RGB
CMYK
RGB Variations
Color information
#4462CE (or 0x4462CE) is known color: Free Speech Blue. HEX triplet: 44, 62 and CE. RGB value is (68,98,206). Sum of RGB (Red+Green+Blue) = 68+98+206=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #4462CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4462CE is #BB9D31. Grayscale: #646464. Windows color (decimal): -12295474 or 13525572. OLE color: 13525572.
HSL color Cylindrical-coordinate representation of color #4462CE: hue angle of 226.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4462CE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 98 | 206 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.19 |
| HSL | 226.96º | 0.58% | 0.54% | - |
| HSV(B) | 226.96º | 0.67% | 0.81% | - |
| XYZ | 17.89 | 14.42 | 60.23 | - |
| YUV | 101.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 206 | 0.67 | 0.52 | 0 | 0.19 | 226.96 | 0.58 | 0.54 |
| Hex | 44 | 62 | CE | 43 | 34 | 0 | 13 | E3 | 3A | 36 |
| Octal | 104 | 142 | 316 | 103 | 64 | 0 | 23 | 343 | 72 | 66 |
| Binary | 1000100 | 1100010 | 11001110 | 1000011 | 110100 | 0 | 10011 | 11100011 | 111010 | 110110 |
Color Harmonies of #4462CE
Complementary color
Monochromatic Colors of #4462CE
Black with #4462CE
Text Example
Text Example
White with #4462CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462CE; }
p { color: rgb(68,98,206); }
H1.HeaderClassName
{
color: #4462CE;
}
.AnyTagClassName
{
color: #4462CE;
}
</style>
background-color css
<style>
a { background-color: #4462CE; }
a { background-color: rgb(68,98,206); }
div.DivClassName
{
background-color: #4462CE;
}
.BgClassName
{
background-color: #4462CE;
}
</style>
border-color css
<style>
span { border-color: #4462CE; }
span { border-color: rgb(68,98,206); }
td.TdClassName
{
border-color: #4462CE;
}
.TagClassName
{
border-color: #4462CE;
}
</style>