Shades of Free Speech Blue #4267CB
Tints of Free Speech Blue #4267CB
RGB
CMYK
RGB Variations
Color information
#4267CB (or 0x4267CB) is known color: Free Speech Blue. HEX triplet: 42, 67 and CB. RGB value is (66,103,203). Sum of RGB (Red+Green+Blue) = 66+103+203=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4267CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4267CB is #BD9834. Grayscale: #666666. Windows color (decimal): -12425269 or 13330242. OLE color: 13330242.
HSL color Cylindrical-coordinate representation of color #4267CB: hue angle of 223.8º 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 #4267CB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 103 | 203 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.20 |
| HSL | 223.8º | 0.57% | 0.53% | - |
| HSV(B) | 223.8º | 0.67% | 0.8% | - |
| XYZ | 17.88 | 15.17 | 58.49 | - |
| YUV | 103.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 203 | 0.67 | 0.49 | 0 | 0.20 | 223.8 | 0.57 | 0.53 |
| Hex | 42 | 67 | CB | 43 | 31 | 0 | 14 | E0 | 39 | 35 |
| Octal | 102 | 147 | 313 | 103 | 61 | 0 | 24 | 340 | 71 | 65 |
| Binary | 1000010 | 1100111 | 11001011 | 1000011 | 110001 | 0 | 10100 | 11100000 | 111001 | 110101 |
Color Harmonies of #4267CB
Complementary color
Monochromatic Colors of #4267CB
Black with #4267CB
Text Example
Text Example
White with #4267CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4267CB; }
p { color: rgb(66,103,203); }
H1.HeaderClassName
{
color: #4267CB;
}
.AnyTagClassName
{
color: #4267CB;
}
</style>
background-color css
<style>
a { background-color: #4267CB; }
a { background-color: rgb(66,103,203); }
div.DivClassName
{
background-color: #4267CB;
}
.BgClassName
{
background-color: #4267CB;
}
</style>
border-color css
<style>
span { border-color: #4267CB; }
span { border-color: rgb(66,103,203); }
td.TdClassName
{
border-color: #4267CB;
}
.TagClassName
{
border-color: #4267CB;
}
</style>