Shades of Free Speech Blue #4552CB
Tints of Free Speech Blue #4552CB
RGB
CMYK
RGB Variations
Color information
#4552CB (or 0x4552CB) is known color: Free Speech Blue. HEX triplet: 45, 52 and CB. RGB value is (69,82,203). Sum of RGB (Red+Green+Blue) = 69+82+203=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #4552CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552CB is #BAAD34. Grayscale: #5B5B5B. Windows color (decimal): -12234037 or 13324869. OLE color: 13324869.
HSL color Cylindrical-coordinate representation of color #4552CB: hue angle of 234.18º 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 #4552CB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 82 | 203 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.20 |
| HSL | 234.18º | 0.56% | 0.53% | - |
| HSV(B) | 234.18º | 0.66% | 0.8% | - |
| XYZ | 16.25 | 11.61 | 57.88 | - |
| YUV | 91.91 | 190.69 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 203 | 0.66 | 0.60 | 0 | 0.20 | 234.18 | 0.56 | 0.53 |
| Hex | 45 | 52 | CB | 42 | 3C | 0 | 14 | EA | 38 | 35 |
| Octal | 105 | 122 | 313 | 102 | 74 | 0 | 24 | 352 | 70 | 65 |
| Binary | 1000101 | 1010010 | 11001011 | 1000010 | 111100 | 0 | 10100 | 11101010 | 111000 | 110101 |
Color Harmonies of #4552CB
Complementary color
Monochromatic Colors of #4552CB
Black with #4552CB
Text Example
Text Example
White with #4552CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552CB; }
p { color: rgb(69,82,203); }
H1.HeaderClassName
{
color: #4552CB;
}
.AnyTagClassName
{
color: #4552CB;
}
</style>
background-color css
<style>
a { background-color: #4552CB; }
a { background-color: rgb(69,82,203); }
div.DivClassName
{
background-color: #4552CB;
}
.BgClassName
{
background-color: #4552CB;
}
</style>
border-color css
<style>
span { border-color: #4552CB; }
span { border-color: rgb(69,82,203); }
td.TdClassName
{
border-color: #4552CB;
}
.TagClassName
{
border-color: #4552CB;
}
</style>