Shades of Free Speech Blue #4538CB
Tints of Free Speech Blue #4538CB
RGB
CMYK
RGB Variations
Color information
#4538CB (or 0x4538CB) is known color: Free Speech Blue. HEX triplet: 45, 38 and CB. RGB value is (69,56,203). Sum of RGB (Red+Green+Blue) = 69+56+203=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #4538CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538CB is #BAC734. Grayscale: #4C4C4C. Windows color (decimal): -12240693 or 13318213. OLE color: 13318213.
HSL color Cylindrical-coordinate representation of color #4538CB: hue angle of 245.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4538CB is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 56 | 203 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.20 |
| HSL | 245.31º | 0.59% | 0.51% | - |
| HSV(B) | 245.31º | 0.72% | 0.8% | - |
| XYZ | 14.65 | 8.41 | 57.35 | - |
| YUV | 76.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 203 | 0.66 | 0.72 | 0 | 0.20 | 245.31 | 0.59 | 0.51 |
| Hex | 45 | 38 | CB | 42 | 48 | 0 | 14 | F5 | 3B | 33 |
| Octal | 105 | 70 | 313 | 102 | 110 | 0 | 24 | 365 | 73 | 63 |
| Binary | 1000101 | 111000 | 11001011 | 1000010 | 1001000 | 0 | 10100 | 11110101 | 111011 | 110011 |
Color Harmonies of #4538CB
Complementary color
Monochromatic Colors of #4538CB
Black with #4538CB
Text Example
Text Example
White with #4538CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4538CB; }
p { color: rgb(69,56,203); }
H1.HeaderClassName
{
color: #4538CB;
}
.AnyTagClassName
{
color: #4538CB;
}
</style>
background-color css
<style>
a { background-color: #4538CB; }
a { background-color: rgb(69,56,203); }
div.DivClassName
{
background-color: #4538CB;
}
.BgClassName
{
background-color: #4538CB;
}
</style>
border-color css
<style>
span { border-color: #4538CB; }
span { border-color: rgb(69,56,203); }
td.TdClassName
{
border-color: #4538CB;
}
.TagClassName
{
border-color: #4538CB;
}
</style>