Shades of Free Speech Blue #4262BB
Tints of Free Speech Blue #4262BB
RGB
CMYK
RGB Variations
Color information
#4262BB (or 0x4262BB) is known color: Free Speech Blue. HEX triplet: 42, 62 and BB. RGB value is (66,98,187). Sum of RGB (Red+Green+Blue) = 66+98+187=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #4262BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4262BB is #BD9D44. Grayscale: #626262. Windows color (decimal): -12426565 or 12280386. OLE color: 12280386.
HSL color Cylindrical-coordinate representation of color #4262BB: hue angle of 224.13º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4262BB is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 98 | 187 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.27 |
| HSL | 224.13º | 0.48% | 0.5% | - |
| HSV(B) | 224.13º | 0.65% | 0.73% | - |
| XYZ | 15.58 | 13.48 | 48.79 | - |
| YUV | 98.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 187 | 0.65 | 0.48 | 0 | 0.27 | 224.13 | 0.48 | 0.5 |
| Hex | 42 | 62 | BB | 41 | 30 | 0 | 1B | E0 | 30 | 32 |
| Octal | 102 | 142 | 273 | 101 | 60 | 0 | 33 | 340 | 60 | 62 |
| Binary | 1000010 | 1100010 | 10111011 | 1000001 | 110000 | 0 | 11011 | 11100000 | 110000 | 110010 |
Color Harmonies of #4262BB
Complementary color
Monochromatic Colors of #4262BB
Black with #4262BB
Text Example
Text Example
White with #4262BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4262BB; }
p { color: rgb(66,98,187); }
H1.HeaderClassName
{
color: #4262BB;
}
.AnyTagClassName
{
color: #4262BB;
}
</style>
background-color css
<style>
a { background-color: #4262BB; }
a { background-color: rgb(66,98,187); }
div.DivClassName
{
background-color: #4262BB;
}
.BgClassName
{
background-color: #4262BB;
}
</style>
border-color css
<style>
span { border-color: #4262BB; }
span { border-color: rgb(66,98,187); }
td.TdClassName
{
border-color: #4262BB;
}
.TagClassName
{
border-color: #4262BB;
}
</style>