Shades of Free Speech Blue #4266CC
Tints of Free Speech Blue #4266CC
RGB
CMYK
RGB Variations
Color information
#4266CC (or 0x4266CC) is known color: Free Speech Blue. HEX triplet: 42, 66 and CC. RGB value is (66,102,204). Sum of RGB (Red+Green+Blue) = 66+102+204=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4266CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266CC is #BD9933. Grayscale: #666666. Windows color (decimal): -12425524 or 13395522. OLE color: 13395522.
HSL color Cylindrical-coordinate representation of color #4266CC: hue angle of 224.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4266CC is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 102 | 204 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.2 |
| HSL | 224.35º | 0.58% | 0.53% | - |
| HSV(B) | 224.35º | 0.68% | 0.8% | - |
| XYZ | 17.9 | 15.02 | 59.08 | - |
| YUV | 102.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 204 | 0.68 | 0.5 | 0 | 0.2 | 224.35 | 0.58 | 0.53 |
| Hex | 42 | 66 | CC | 44 | 32 | 0 | 14 | E0 | 3A | 35 |
| Octal | 102 | 146 | 314 | 104 | 62 | 0 | 24 | 340 | 72 | 65 |
| Binary | 1000010 | 1100110 | 11001100 | 1000100 | 110010 | 0 | 10100 | 11100000 | 111010 | 110101 |
Color Harmonies of #4266CC
Complementary color
Monochromatic Colors of #4266CC
Black with #4266CC
Text Example
Text Example
White with #4266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4266CC; }
p { color: rgb(66,102,204); }
H1.HeaderClassName
{
color: #4266CC;
}
.AnyTagClassName
{
color: #4266CC;
}
</style>
background-color css
<style>
a { background-color: #4266CC; }
a { background-color: rgb(66,102,204); }
div.DivClassName
{
background-color: #4266CC;
}
.BgClassName
{
background-color: #4266CC;
}
</style>
border-color css
<style>
span { border-color: #4266CC; }
span { border-color: rgb(66,102,204); }
td.TdClassName
{
border-color: #4266CC;
}
.TagClassName
{
border-color: #4266CC;
}
</style>