Shades of Free Speech Blue #453EC4
Tints of Free Speech Blue #453EC4
RGB
CMYK
RGB Variations
Color information
#453EC4 (or 0x453EC4) is known color: Free Speech Blue. HEX triplet: 45, 3E and C4. RGB value is (69,62,196). Sum of RGB (Red+Green+Blue) = 69+62+196=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #453EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EC4 is #BAC13B. Grayscale: #4E4E4E. Windows color (decimal): -12239164 or 12860997. OLE color: 12860997.
HSL color Cylindrical-coordinate representation of color #453EC4: hue angle of 243.13º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453EC4 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 62 | 196 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.23 |
| HSL | 243.13º | 0.53% | 0.51% | - |
| HSV(B) | 243.13º | 0.68% | 0.77% | - |
| XYZ | 14.14 | 8.7 | 53.16 | - |
| YUV | 79.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 196 | 0.65 | 0.68 | 0 | 0.23 | 243.13 | 0.53 | 0.51 |
| Hex | 45 | 3E | C4 | 41 | 44 | 0 | 17 | F3 | 35 | 33 |
| Octal | 105 | 76 | 304 | 101 | 104 | 0 | 27 | 363 | 65 | 63 |
| Binary | 1000101 | 111110 | 11000100 | 1000001 | 1000100 | 0 | 10111 | 11110011 | 110101 | 110011 |
Color Harmonies of #453EC4
Complementary color
Monochromatic Colors of #453EC4
Black with #453EC4
Text Example
Text Example
White with #453EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EC4; }
p { color: rgb(69,62,196); }
H1.HeaderClassName
{
color: #453EC4;
}
.AnyTagClassName
{
color: #453EC4;
}
</style>
background-color css
<style>
a { background-color: #453EC4; }
a { background-color: rgb(69,62,196); }
div.DivClassName
{
background-color: #453EC4;
}
.BgClassName
{
background-color: #453EC4;
}
</style>
border-color css
<style>
span { border-color: #453EC4; }
span { border-color: rgb(69,62,196); }
td.TdClassName
{
border-color: #453EC4;
}
.TagClassName
{
border-color: #453EC4;
}
</style>