Shades of Free Speech Blue #4448CB
Tints of Free Speech Blue #4448CB
RGB
CMYK
RGB Variations
Color information
#4448CB (or 0x4448CB) is known color: Free Speech Blue. HEX triplet: 44, 48 and CB. RGB value is (68,72,203). Sum of RGB (Red+Green+Blue) = 68+72+203=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #4448CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448CB is #BBB734. Grayscale: #555555. Windows color (decimal): -12302133 or 13322308. OLE color: 13322308.
HSL color Cylindrical-coordinate representation of color #4448CB: hue angle of 238.22º degrees, saturation: 0.56, 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 #4448CB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 72 | 203 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.20 |
| HSL | 238.22º | 0.56% | 0.53% | - |
| HSV(B) | 238.22º | 0.67% | 0.8% | - |
| XYZ | 15.48 | 10.18 | 57.65 | - |
| YUV | 85.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 203 | 0.67 | 0.65 | 0 | 0.20 | 238.22 | 0.56 | 0.53 |
| Hex | 44 | 48 | CB | 43 | 41 | 0 | 14 | EE | 38 | 35 |
| Octal | 104 | 110 | 313 | 103 | 101 | 0 | 24 | 356 | 70 | 65 |
| Binary | 1000100 | 1001000 | 11001011 | 1000011 | 1000001 | 0 | 10100 | 11101110 | 111000 | 110101 |
Color Harmonies of #4448CB
Complementary color
Monochromatic Colors of #4448CB
Black with #4448CB
Text Example
Text Example
White with #4448CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4448CB; }
p { color: rgb(68,72,203); }
H1.HeaderClassName
{
color: #4448CB;
}
.AnyTagClassName
{
color: #4448CB;
}
</style>
background-color css
<style>
a { background-color: #4448CB; }
a { background-color: rgb(68,72,203); }
div.DivClassName
{
background-color: #4448CB;
}
.BgClassName
{
background-color: #4448CB;
}
</style>
border-color css
<style>
span { border-color: #4448CB; }
span { border-color: rgb(68,72,203); }
td.TdClassName
{
border-color: #4448CB;
}
.TagClassName
{
border-color: #4448CB;
}
</style>