Shades of Free Speech Blue #4260D2
Tints of Free Speech Blue #4260D2
RGB
CMYK
RGB Variations
Color information
#4260D2 (or 0x4260D2) is known color: Free Speech Blue. HEX triplet: 42, 60 and D2. RGB value is (66,96,210). Sum of RGB (Red+Green+Blue) = 66+96+210=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #4260D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260D2 is #BD9F2D. Grayscale: #636363. Windows color (decimal): -12427054 or 13787202. OLE color: 13787202.
HSL color Cylindrical-coordinate representation of color #4260D2: hue angle of 227.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4260D2 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 96 | 210 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.18 |
| HSL | 227.5º | 0.62% | 0.54% | - |
| HSV(B) | 227.5º | 0.69% | 0.82% | - |
| XYZ | 18.06 | 14.18 | 62.76 | - |
| YUV | 100.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 210 | 0.69 | 0.54 | 0 | 0.18 | 227.5 | 0.62 | 0.54 |
| Hex | 42 | 60 | D2 | 45 | 36 | 0 | 12 | E4 | 3E | 36 |
| Octal | 102 | 140 | 322 | 105 | 66 | 0 | 22 | 344 | 76 | 66 |
| Binary | 1000010 | 1100000 | 11010010 | 1000101 | 110110 | 0 | 10010 | 11100100 | 111110 | 110110 |
Color Harmonies of #4260D2
Complementary color
Monochromatic Colors of #4260D2
Black with #4260D2
Text Example
Text Example
White with #4260D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260D2; }
p { color: rgb(66,96,210); }
H1.HeaderClassName
{
color: #4260D2;
}
.AnyTagClassName
{
color: #4260D2;
}
</style>
background-color css
<style>
a { background-color: #4260D2; }
a { background-color: rgb(66,96,210); }
div.DivClassName
{
background-color: #4260D2;
}
.BgClassName
{
background-color: #4260D2;
}
</style>
border-color css
<style>
span { border-color: #4260D2; }
span { border-color: rgb(66,96,210); }
td.TdClassName
{
border-color: #4260D2;
}
.TagClassName
{
border-color: #4260D2;
}
</style>