Shades of Free Speech Blue #455ACB
Tints of Free Speech Blue #455ACB
RGB
CMYK
RGB Variations
Color information
#455ACB (or 0x455ACB) is known color: Free Speech Blue. HEX triplet: 45, 5A and CB. RGB value is (69,90,203). Sum of RGB (Red+Green+Blue) = 69+90+203=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #455ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ACB is #BAA534. Grayscale: #606060. Windows color (decimal): -12231989 or 13326917. OLE color: 13326917.
HSL color Cylindrical-coordinate representation of color #455ACB: hue angle of 230.6º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455ACB is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 90 | 203 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.20 |
| HSL | 230.6º | 0.56% | 0.53% | - |
| HSV(B) | 230.6º | 0.66% | 0.8% | - |
| XYZ | 16.89 | 12.89 | 58.1 | - |
| YUV | 96.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 203 | 0.66 | 0.56 | 0 | 0.20 | 230.6 | 0.56 | 0.53 |
| Hex | 45 | 5A | CB | 42 | 38 | 0 | 14 | E7 | 38 | 35 |
| Octal | 105 | 132 | 313 | 102 | 70 | 0 | 24 | 347 | 70 | 65 |
| Binary | 1000101 | 1011010 | 11001011 | 1000010 | 111000 | 0 | 10100 | 11100111 | 111000 | 110101 |
Color Harmonies of #455ACB
Complementary color
Monochromatic Colors of #455ACB
Black with #455ACB
Text Example
Text Example
White with #455ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455ACB; }
p { color: rgb(69,90,203); }
H1.HeaderClassName
{
color: #455ACB;
}
.AnyTagClassName
{
color: #455ACB;
}
</style>
background-color css
<style>
a { background-color: #455ACB; }
a { background-color: rgb(69,90,203); }
div.DivClassName
{
background-color: #455ACB;
}
.BgClassName
{
background-color: #455ACB;
}
</style>
border-color css
<style>
span { border-color: #455ACB; }
span { border-color: rgb(69,90,203); }
td.TdClassName
{
border-color: #455ACB;
}
.TagClassName
{
border-color: #455ACB;
}
</style>