Shades of Free Speech Blue #453FC6
Tints of Free Speech Blue #453FC6
RGB
CMYK
RGB Variations
Color information
#453FC6 (or 0x453FC6) is known color: Free Speech Blue. HEX triplet: 45, 3F and C6. RGB value is (69,63,198). Sum of RGB (Red+Green+Blue) = 69+63+198=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #453FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FC6 is #BAC039. Grayscale: #4F4F4F. Windows color (decimal): -12238906 or 12992325. OLE color: 12992325.
HSL color Cylindrical-coordinate representation of color #453FC6: hue angle of 242.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453FC6 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 63 | 198 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.22 |
| HSL | 242.67º | 0.54% | 0.51% | - |
| HSV(B) | 242.67º | 0.68% | 0.78% | - |
| XYZ | 14.42 | 8.9 | 54.38 | - |
| YUV | 80.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 198 | 0.65 | 0.68 | 0 | 0.22 | 242.67 | 0.54 | 0.51 |
| Hex | 45 | 3F | C6 | 41 | 44 | 0 | 16 | F3 | 36 | 33 |
| Octal | 105 | 77 | 306 | 101 | 104 | 0 | 26 | 363 | 66 | 63 |
| Binary | 1000101 | 111111 | 11000110 | 1000001 | 1000100 | 0 | 10110 | 11110011 | 110110 | 110011 |
Color Harmonies of #453FC6
Complementary color
Monochromatic Colors of #453FC6
Black with #453FC6
Text Example
Text Example
White with #453FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FC6; }
p { color: rgb(69,63,198); }
H1.HeaderClassName
{
color: #453FC6;
}
.AnyTagClassName
{
color: #453FC6;
}
</style>
background-color css
<style>
a { background-color: #453FC6; }
a { background-color: rgb(69,63,198); }
div.DivClassName
{
background-color: #453FC6;
}
.BgClassName
{
background-color: #453FC6;
}
</style>
border-color css
<style>
span { border-color: #453FC6; }
span { border-color: rgb(69,63,198); }
td.TdClassName
{
border-color: #453FC6;
}
.TagClassName
{
border-color: #453FC6;
}
</style>