Shades of Free Speech Blue #455EB6
Tints of Free Speech Blue #455EB6
RGB
CMYK
RGB Variations
Color information
#455EB6 (or 0x455EB6) is known color: Free Speech Blue. HEX triplet: 45, 5E and B6. RGB value is (69,94,182). Sum of RGB (Red+Green+Blue) = 69+94+182=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #455EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EB6 is #BAA149. Grayscale: #606060. Windows color (decimal): -12230986 or 11951685. OLE color: 11951685.
HSL color Cylindrical-coordinate representation of color #455EB6: hue angle of 226.73º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455EB6 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 69 | 94 | 182 | - |
CMYK | 0.62 | 0.48 | 0 | 0.29 |
HSL | 226.73º | 0.45% | 0.49% | - |
HSV(B) | 226.73º | 0.62% | 0.71% | - |
XYZ | 14.9 | 12.65 | 45.91 | - |
YUV | 96.56 | 176.22 | 108.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 94 | 182 | 0.62 | 0.48 | 0 | 0.29 | 226.73 | 0.45 | 0.49 |
Hex | 45 | 5E | B6 | 3E | 30 | 0 | 1D | E3 | 2D | 31 |
Octal | 105 | 136 | 266 | 76 | 60 | 0 | 35 | 343 | 55 | 61 |
Binary | 1000101 | 1011110 | 10110110 | 111110 | 110000 | 0 | 11101 | 11100011 | 101101 | 110001 |
Color Harmonies of #455EB6
Complementary color
Monochromatic Colors of #455EB6
Black with #455EB6
Text Example
Text Example
White with #455EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EB6; }
p { color: rgb(69,94,182); }
H1.HeaderClassName
{
color: #455EB6;
}
.AnyTagClassName
{
color: #455EB6;
}
</style>
background-color css
<style>
a { background-color: #455EB6; }
a { background-color: rgb(69,94,182); }
div.DivClassName
{
background-color: #455EB6;
}
.BgClassName
{
background-color: #455EB6;
}
</style>
border-color css
<style>
span { border-color: #455EB6; }
span { border-color: rgb(69,94,182); }
td.TdClassName
{
border-color: #455EB6;
}
.TagClassName
{
border-color: #455EB6;
}
</style>