Shades of Free Speech Blue #4453CE
Tints of Free Speech Blue #4453CE
RGB
CMYK
RGB Variations
Color information
#4453CE (or 0x4453CE) is known color: Free Speech Blue. HEX triplet: 44, 53 and CE. RGB value is (68,83,206). Sum of RGB (Red+Green+Blue) = 68+83+206=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #4453CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4453CE is #BBAC31. Grayscale: #5C5C5C. Windows color (decimal): -12299314 or 13521732. OLE color: 13521732.
HSL color Cylindrical-coordinate representation of color #4453CE: hue angle of 233.48º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4453CE is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 83 | 206 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.48º | 0.58% | 0.54% | - |
| HSV(B) | 233.48º | 0.67% | 0.81% | - |
| XYZ | 16.62 | 11.87 | 59.81 | - |
| YUV | 92.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 206 | 0.67 | 0.60 | 0 | 0.19 | 233.48 | 0.58 | 0.54 |
| Hex | 44 | 53 | CE | 43 | 3C | 0 | 13 | E9 | 3A | 36 |
| Octal | 104 | 123 | 316 | 103 | 74 | 0 | 23 | 351 | 72 | 66 |
| Binary | 1000100 | 1010011 | 11001110 | 1000011 | 111100 | 0 | 10011 | 11101001 | 111010 | 110110 |
Color Harmonies of #4453CE
Complementary color
Monochromatic Colors of #4453CE
Black with #4453CE
Text Example
Text Example
White with #4453CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4453CE; }
p { color: rgb(68,83,206); }
H1.HeaderClassName
{
color: #4453CE;
}
.AnyTagClassName
{
color: #4453CE;
}
</style>
background-color css
<style>
a { background-color: #4453CE; }
a { background-color: rgb(68,83,206); }
div.DivClassName
{
background-color: #4453CE;
}
.BgClassName
{
background-color: #4453CE;
}
</style>
border-color css
<style>
span { border-color: #4453CE; }
span { border-color: rgb(68,83,206); }
td.TdClassName
{
border-color: #4453CE;
}
.TagClassName
{
border-color: #4453CE;
}
</style>