Shades of Free Speech Blue #456CC3
Tints of Free Speech Blue #456CC3
RGB
CMYK
RGB Variations
Color information
#456CC3 (or 0x456CC3) is known color: Free Speech Blue. HEX triplet: 45, 6C and C3. RGB value is (69,108,195). Sum of RGB (Red+Green+Blue) = 69+108+195=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #456CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CC3 is #BA933C. Grayscale: #696969. Windows color (decimal): -12227389 or 12807237. OLE color: 12807237.
HSL color Cylindrical-coordinate representation of color #456CC3: hue angle of 221.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456CC3 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 108 | 195 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.24 |
| HSL | 221.43º | 0.51% | 0.52% | - |
| HSV(B) | 221.43º | 0.65% | 0.76% | - |
| XYZ | 17.67 | 15.93 | 53.77 | - |
| YUV | 106.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 195 | 0.65 | 0.45 | 0 | 0.24 | 221.43 | 0.51 | 0.52 |
| Hex | 45 | 6C | C3 | 41 | 2D | 0 | 18 | DD | 33 | 34 |
| Octal | 105 | 154 | 303 | 101 | 55 | 0 | 30 | 335 | 63 | 64 |
| Binary | 1000101 | 1101100 | 11000011 | 1000001 | 101101 | 0 | 11000 | 11011101 | 110011 | 110100 |
Color Harmonies of #456CC3
Complementary color
Monochromatic Colors of #456CC3
Black with #456CC3
Text Example
Text Example
White with #456CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CC3; }
p { color: rgb(69,108,195); }
H1.HeaderClassName
{
color: #456CC3;
}
.AnyTagClassName
{
color: #456CC3;
}
</style>
background-color css
<style>
a { background-color: #456CC3; }
a { background-color: rgb(69,108,195); }
div.DivClassName
{
background-color: #456CC3;
}
.BgClassName
{
background-color: #456CC3;
}
</style>
border-color css
<style>
span { border-color: #456CC3; }
span { border-color: rgb(69,108,195); }
td.TdClassName
{
border-color: #456CC3;
}
.TagClassName
{
border-color: #456CC3;
}
</style>