Shades of Free Speech Blue #4266C1
Tints of Free Speech Blue #4266C1
RGB
CMYK
RGB Variations
Color information
#4266C1 (or 0x4266C1) is known color: Free Speech Blue. HEX triplet: 42, 66 and C1. RGB value is (66,102,193). Sum of RGB (Red+Green+Blue) = 66+102+193=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #4266C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266C1 is #BD993E. Grayscale: #656565. Windows color (decimal): -12425535 or 12674626. OLE color: 12674626.
HSL color Cylindrical-coordinate representation of color #4266C1: hue angle of 222.99º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4266C1 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 102 | 193 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.24 |
| HSL | 222.99º | 0.51% | 0.51% | - |
| HSV(B) | 222.99º | 0.66% | 0.76% | - |
| XYZ | 16.62 | 14.51 | 52.38 | - |
| YUV | 101.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 193 | 0.66 | 0.47 | 0 | 0.24 | 222.99 | 0.51 | 0.51 |
| Hex | 42 | 66 | C1 | 42 | 2F | 0 | 18 | DF | 33 | 33 |
| Octal | 102 | 146 | 301 | 102 | 57 | 0 | 30 | 337 | 63 | 63 |
| Binary | 1000010 | 1100110 | 11000001 | 1000010 | 101111 | 0 | 11000 | 11011111 | 110011 | 110011 |
Color Harmonies of #4266C1
Complementary color
Monochromatic Colors of #4266C1
Black with #4266C1
Text Example
Text Example
White with #4266C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4266C1; }
p { color: rgb(66,102,193); }
H1.HeaderClassName
{
color: #4266C1;
}
.AnyTagClassName
{
color: #4266C1;
}
</style>
background-color css
<style>
a { background-color: #4266C1; }
a { background-color: rgb(66,102,193); }
div.DivClassName
{
background-color: #4266C1;
}
.BgClassName
{
background-color: #4266C1;
}
</style>
border-color css
<style>
span { border-color: #4266C1; }
span { border-color: rgb(66,102,193); }
td.TdClassName
{
border-color: #4266C1;
}
.TagClassName
{
border-color: #4266C1;
}
</style>