Shades of Free Speech Blue #4568CB
Tints of Free Speech Blue #4568CB
RGB
CMYK
RGB Variations
Color information
#4568CB (or 0x4568CB) is known color: Free Speech Blue. HEX triplet: 45, 68 and CB. RGB value is (69,104,203). Sum of RGB (Red+Green+Blue) = 69+104+203=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4568CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568CB is #BA9734. Grayscale: #686868. Windows color (decimal): -12228405 or 13330501. OLE color: 13330501.
HSL color Cylindrical-coordinate representation of color #4568CB: hue angle of 224.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4568CB is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 104 | 203 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.20 |
| HSL | 224.33º | 0.56% | 0.53% | - |
| HSV(B) | 224.33º | 0.66% | 0.8% | - |
| XYZ | 18.18 | 15.48 | 58.53 | - |
| YUV | 104.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 203 | 0.66 | 0.49 | 0 | 0.20 | 224.33 | 0.56 | 0.53 |
| Hex | 45 | 68 | CB | 42 | 31 | 0 | 14 | E0 | 38 | 35 |
| Octal | 105 | 150 | 313 | 102 | 61 | 0 | 24 | 340 | 70 | 65 |
| Binary | 1000101 | 1101000 | 11001011 | 1000010 | 110001 | 0 | 10100 | 11100000 | 111000 | 110101 |
Color Harmonies of #4568CB
Complementary color
Monochromatic Colors of #4568CB
Black with #4568CB
Text Example
Text Example
White with #4568CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568CB; }
p { color: rgb(69,104,203); }
H1.HeaderClassName
{
color: #4568CB;
}
.AnyTagClassName
{
color: #4568CB;
}
</style>
background-color css
<style>
a { background-color: #4568CB; }
a { background-color: rgb(69,104,203); }
div.DivClassName
{
background-color: #4568CB;
}
.BgClassName
{
background-color: #4568CB;
}
</style>
border-color css
<style>
span { border-color: #4568CB; }
span { border-color: rgb(69,104,203); }
td.TdClassName
{
border-color: #4568CB;
}
.TagClassName
{
border-color: #4568CB;
}
</style>