Shades of Free Speech Blue #454ACB
Tints of Free Speech Blue #454ACB
RGB
CMYK
RGB Variations
Color information
#454ACB (or 0x454ACB) is known color: Free Speech Blue. HEX triplet: 45, 4A and CB. RGB value is (69,74,203). Sum of RGB (Red+Green+Blue) = 69+74+203=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #454ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454ACB is #BAB534. Grayscale: #565656. Windows color (decimal): -12236085 or 13322821. OLE color: 13322821.
HSL color Cylindrical-coordinate representation of color #454ACB: hue angle of 237.76º 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 #454ACB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 74 | 203 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.20 |
| HSL | 237.76º | 0.56% | 0.53% | - |
| HSV(B) | 237.76º | 0.66% | 0.8% | - |
| XYZ | 15.68 | 10.47 | 57.7 | - |
| YUV | 87.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 203 | 0.66 | 0.64 | 0 | 0.20 | 237.76 | 0.56 | 0.53 |
| Hex | 45 | 4A | CB | 42 | 40 | 0 | 14 | EE | 38 | 35 |
| Octal | 105 | 112 | 313 | 102 | 100 | 0 | 24 | 356 | 70 | 65 |
| Binary | 1000101 | 1001010 | 11001011 | 1000010 | 1000000 | 0 | 10100 | 11101110 | 111000 | 110101 |
Color Harmonies of #454ACB
Complementary color
Monochromatic Colors of #454ACB
Black with #454ACB
Text Example
Text Example
White with #454ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ACB; }
p { color: rgb(69,74,203); }
H1.HeaderClassName
{
color: #454ACB;
}
.AnyTagClassName
{
color: #454ACB;
}
</style>
background-color css
<style>
a { background-color: #454ACB; }
a { background-color: rgb(69,74,203); }
div.DivClassName
{
background-color: #454ACB;
}
.BgClassName
{
background-color: #454ACB;
}
</style>
border-color css
<style>
span { border-color: #454ACB; }
span { border-color: rgb(69,74,203); }
td.TdClassName
{
border-color: #454ACB;
}
.TagClassName
{
border-color: #454ACB;
}
</style>