Shades of Free Speech Blue #4443B4
Tints of Free Speech Blue #4443B4
RGB
CMYK
RGB Variations
Color information
#4443B4 (or 0x4443B4) is known color: Free Speech Blue. HEX triplet: 44, 43 and B4. RGB value is (68,67,180). Sum of RGB (Red+Green+Blue) = 68+67+180=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #4443B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4443B4 is #BBBC4B. Grayscale: #4F4F4F. Windows color (decimal): -12303436 or 11813700. OLE color: 11813700.
HSL color Cylindrical-coordinate representation of color #4443B4: hue angle of 240.53º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4443B4 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 67 | 180 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.29 |
| HSL | 240.53º | 0.46% | 0.48% | - |
| HSV(B) | 240.53º | 0.63% | 0.71% | - |
| XYZ | 12.63 | 8.54 | 44.16 | - |
| YUV | 80.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 180 | 0.62 | 0.63 | 0 | 0.29 | 240.53 | 0.46 | 0.48 |
| Hex | 44 | 43 | B4 | 3E | 3F | 0 | 1D | F1 | 2E | 30 |
| Octal | 104 | 103 | 264 | 76 | 77 | 0 | 35 | 361 | 56 | 60 |
| Binary | 1000100 | 1000011 | 10110100 | 111110 | 111111 | 0 | 11101 | 11110001 | 101110 | 110000 |
Color Harmonies of #4443B4
Complementary color
Monochromatic Colors of #4443B4
Black with #4443B4
Text Example
Text Example
White with #4443B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4443B4; }
p { color: rgb(68,67,180); }
H1.HeaderClassName
{
color: #4443B4;
}
.AnyTagClassName
{
color: #4443B4;
}
</style>
background-color css
<style>
a { background-color: #4443B4; }
a { background-color: rgb(68,67,180); }
div.DivClassName
{
background-color: #4443B4;
}
.BgClassName
{
background-color: #4443B4;
}
</style>
border-color css
<style>
span { border-color: #4443B4; }
span { border-color: rgb(68,67,180); }
td.TdClassName
{
border-color: #4443B4;
}
.TagClassName
{
border-color: #4443B4;
}
</style>