Shades of Free Speech Blue #4268CB
Tints of Free Speech Blue #4268CB
RGB
CMYK
RGB Variations
Color information
#4268CB (or 0x4268CB) is known color: Free Speech Blue. HEX triplet: 42, 68 and CB. RGB value is (66,104,203). Sum of RGB (Red+Green+Blue) = 66+104+203=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #4268CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268CB is #BD9734. Grayscale: #676767. Windows color (decimal): -12425013 or 13330498. OLE color: 13330498.
HSL color Cylindrical-coordinate representation of color #4268CB: hue angle of 223.36º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4268CB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 104 | 203 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.20 |
| HSL | 223.36º | 0.57% | 0.53% | - |
| HSV(B) | 223.36º | 0.67% | 0.8% | - |
| XYZ | 17.98 | 15.37 | 58.52 | - |
| YUV | 103.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 203 | 0.67 | 0.49 | 0 | 0.20 | 223.36 | 0.57 | 0.53 |
| Hex | 42 | 68 | CB | 43 | 31 | 0 | 14 | DF | 39 | 35 |
| Octal | 102 | 150 | 313 | 103 | 61 | 0 | 24 | 337 | 71 | 65 |
| Binary | 1000010 | 1101000 | 11001011 | 1000011 | 110001 | 0 | 10100 | 11011111 | 111001 | 110101 |
Color Harmonies of #4268CB
Complementary color
Monochromatic Colors of #4268CB
Black with #4268CB
Text Example
Text Example
White with #4268CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268CB; }
p { color: rgb(66,104,203); }
H1.HeaderClassName
{
color: #4268CB;
}
.AnyTagClassName
{
color: #4268CB;
}
</style>
background-color css
<style>
a { background-color: #4268CB; }
a { background-color: rgb(66,104,203); }
div.DivClassName
{
background-color: #4268CB;
}
.BgClassName
{
background-color: #4268CB;
}
</style>
border-color css
<style>
span { border-color: #4268CB; }
span { border-color: rgb(66,104,203); }
td.TdClassName
{
border-color: #4268CB;
}
.TagClassName
{
border-color: #4268CB;
}
</style>