Shades of Free Speech Blue #4553CB
Tints of Free Speech Blue #4553CB
RGB
CMYK
RGB Variations
Color information
#4553CB (or 0x4553CB) is known color: Free Speech Blue. HEX triplet: 45, 53 and CB. RGB value is (69,83,203). Sum of RGB (Red+Green+Blue) = 69+83+203=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #4553CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553CB is #BAAC34. Grayscale: #5C5C5C. Windows color (decimal): -12233781 or 13325125. OLE color: 13325125.
HSL color Cylindrical-coordinate representation of color #4553CB: hue angle of 233.73º 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 #4553CB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 83 | 203 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.20 |
| HSL | 233.73º | 0.56% | 0.53% | - |
| HSV(B) | 233.73º | 0.66% | 0.8% | - |
| XYZ | 16.33 | 11.76 | 57.91 | - |
| YUV | 92.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 203 | 0.66 | 0.59 | 0 | 0.20 | 233.73 | 0.56 | 0.53 |
| Hex | 45 | 53 | CB | 42 | 3B | 0 | 14 | EA | 38 | 35 |
| Octal | 105 | 123 | 313 | 102 | 73 | 0 | 24 | 352 | 70 | 65 |
| Binary | 1000101 | 1010011 | 11001011 | 1000010 | 111011 | 0 | 10100 | 11101010 | 111000 | 110101 |
Color Harmonies of #4553CB
Complementary color
Monochromatic Colors of #4553CB
Black with #4553CB
Text Example
Text Example
White with #4553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553CB; }
p { color: rgb(69,83,203); }
H1.HeaderClassName
{
color: #4553CB;
}
.AnyTagClassName
{
color: #4553CB;
}
</style>
background-color css
<style>
a { background-color: #4553CB; }
a { background-color: rgb(69,83,203); }
div.DivClassName
{
background-color: #4553CB;
}
.BgClassName
{
background-color: #4553CB;
}
</style>
border-color css
<style>
span { border-color: #4553CB; }
span { border-color: rgb(69,83,203); }
td.TdClassName
{
border-color: #4553CB;
}
.TagClassName
{
border-color: #4553CB;
}
</style>