Shades of Free Speech Blue #4260CE
Tints of Free Speech Blue #4260CE
RGB
CMYK
RGB Variations
Color information
#4260CE (or 0x4260CE) is known color: Free Speech Blue. HEX triplet: 42, 60 and CE. RGB value is (66,96,206). Sum of RGB (Red+Green+Blue) = 66+96+206=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #4260CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260CE is #BD9F31. Grayscale: #636363. Windows color (decimal): -12427058 or 13525058. OLE color: 13525058.
HSL color Cylindrical-coordinate representation of color #4260CE: hue angle of 227.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4260CE is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 96 | 206 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.19 |
| HSL | 227.14º | 0.59% | 0.53% | - |
| HSV(B) | 227.14º | 0.68% | 0.81% | - |
| XYZ | 17.57 | 13.98 | 60.16 | - |
| YUV | 99.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 206 | 0.68 | 0.53 | 0 | 0.19 | 227.14 | 0.59 | 0.53 |
| Hex | 42 | 60 | CE | 44 | 35 | 0 | 13 | E3 | 3B | 35 |
| Octal | 102 | 140 | 316 | 104 | 65 | 0 | 23 | 343 | 73 | 65 |
| Binary | 1000010 | 1100000 | 11001110 | 1000100 | 110101 | 0 | 10011 | 11100011 | 111011 | 110101 |
Color Harmonies of #4260CE
Complementary color
Monochromatic Colors of #4260CE
Black with #4260CE
Text Example
Text Example
White with #4260CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260CE; }
p { color: rgb(66,96,206); }
H1.HeaderClassName
{
color: #4260CE;
}
.AnyTagClassName
{
color: #4260CE;
}
</style>
background-color css
<style>
a { background-color: #4260CE; }
a { background-color: rgb(66,96,206); }
div.DivClassName
{
background-color: #4260CE;
}
.BgClassName
{
background-color: #4260CE;
}
</style>
border-color css
<style>
span { border-color: #4260CE; }
span { border-color: rgb(66,96,206); }
td.TdClassName
{
border-color: #4260CE;
}
.TagClassName
{
border-color: #4260CE;
}
</style>