Shades of Free Speech Blue #4460C4
Tints of Free Speech Blue #4460C4
RGB
CMYK
RGB Variations
Color information
#4460C4 (or 0x4460C4) is known color: Free Speech Blue. HEX triplet: 44, 60 and C4. RGB value is (68,96,196). Sum of RGB (Red+Green+Blue) = 68+96+196=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #4460C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460C4 is #BB9F3B. Grayscale: #626262. Windows color (decimal): -12295996 or 12869700. OLE color: 12869700.
HSL color Cylindrical-coordinate representation of color #4460C4: hue angle of 226.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4460C4 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 96 | 196 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.23 |
| HSL | 226.88º | 0.52% | 0.52% | - |
| HSV(B) | 226.88º | 0.65% | 0.77% | - |
| XYZ | 16.53 | 13.58 | 53.97 | - |
| YUV | 99.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 196 | 0.65 | 0.51 | 0 | 0.23 | 226.88 | 0.52 | 0.52 |
| Hex | 44 | 60 | C4 | 41 | 33 | 0 | 17 | E3 | 34 | 34 |
| Octal | 104 | 140 | 304 | 101 | 63 | 0 | 27 | 343 | 64 | 64 |
| Binary | 1000100 | 1100000 | 11000100 | 1000001 | 110011 | 0 | 10111 | 11100011 | 110100 | 110100 |
Color Harmonies of #4460C4
Complementary color
Monochromatic Colors of #4460C4
Black with #4460C4
Text Example
Text Example
White with #4460C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4460C4; }
p { color: rgb(68,96,196); }
H1.HeaderClassName
{
color: #4460C4;
}
.AnyTagClassName
{
color: #4460C4;
}
</style>
background-color css
<style>
a { background-color: #4460C4; }
a { background-color: rgb(68,96,196); }
div.DivClassName
{
background-color: #4460C4;
}
.BgClassName
{
background-color: #4460C4;
}
</style>
border-color css
<style>
span { border-color: #4460C4; }
span { border-color: rgb(68,96,196); }
td.TdClassName
{
border-color: #4460C4;
}
.TagClassName
{
border-color: #4460C4;
}
</style>