Shades of Free Speech Blue #455CC1
Tints of Free Speech Blue #455CC1
RGB
CMYK
RGB Variations
Color information
#455CC1 (or 0x455CC1) is known color: Free Speech Blue. HEX triplet: 45, 5C and C1. RGB value is (69,92,193). Sum of RGB (Red+Green+Blue) = 69+92+193=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #455CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CC1 is #BAA33E. Grayscale: #606060. Windows color (decimal): -12231487 or 12672069. OLE color: 12672069.
HSL color Cylindrical-coordinate representation of color #455CC1: hue angle of 228.87º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455CC1 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 92 | 193 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.24 |
| HSL | 228.87º | 0.5% | 0.51% | - |
| HSV(B) | 228.87º | 0.64% | 0.76% | - |
| XYZ | 15.91 | 12.77 | 52.08 | - |
| YUV | 96.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 193 | 0.64 | 0.52 | 0 | 0.24 | 228.87 | 0.5 | 0.51 |
| Hex | 45 | 5C | C1 | 40 | 34 | 0 | 18 | E5 | 32 | 33 |
| Octal | 105 | 134 | 301 | 100 | 64 | 0 | 30 | 345 | 62 | 63 |
| Binary | 1000101 | 1011100 | 11000001 | 1000000 | 110100 | 0 | 11000 | 11100101 | 110010 | 110011 |
Color Harmonies of #455CC1
Complementary color
Monochromatic Colors of #455CC1
Black with #455CC1
Text Example
Text Example
White with #455CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455CC1; }
p { color: rgb(69,92,193); }
H1.HeaderClassName
{
color: #455CC1;
}
.AnyTagClassName
{
color: #455CC1;
}
</style>
background-color css
<style>
a { background-color: #455CC1; }
a { background-color: rgb(69,92,193); }
div.DivClassName
{
background-color: #455CC1;
}
.BgClassName
{
background-color: #455CC1;
}
</style>
border-color css
<style>
span { border-color: #455CC1; }
span { border-color: rgb(69,92,193); }
td.TdClassName
{
border-color: #455CC1;
}
.TagClassName
{
border-color: #455CC1;
}
</style>