Shades of Free Speech Blue #4254B0
Tints of Free Speech Blue #4254B0
RGB
CMYK
RGB Variations
Color information
#4254B0 (or 0x4254B0) is known color: Free Speech Blue. HEX triplet: 42, 54 and B0. RGB value is (66,84,176). Sum of RGB (Red+Green+Blue) = 66+84+176=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #4254B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4254B0 is #BDAB4F. Grayscale: #585858. Windows color (decimal): -12430160 or 11555906. OLE color: 11555906.
HSL color Cylindrical-coordinate representation of color #4254B0: hue angle of 230.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4254B0 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 84 | 176 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.31 |
| HSL | 230.18º | 0.45% | 0.47% | - |
| HSV(B) | 230.18º | 0.63% | 0.69% | - |
| XYZ | 13.25 | 10.63 | 42.43 | - |
| YUV | 89.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 176 | 0.62 | 0.52 | 0 | 0.31 | 230.18 | 0.45 | 0.47 |
| Hex | 42 | 54 | B0 | 3E | 34 | 0 | 1F | E6 | 2D | 2F |
| Octal | 102 | 124 | 260 | 76 | 64 | 0 | 37 | 346 | 55 | 57 |
| Binary | 1000010 | 1010100 | 10110000 | 111110 | 110100 | 0 | 11111 | 11100110 | 101101 | 101111 |
Color Harmonies of #4254B0
Complementary color
Monochromatic Colors of #4254B0
Black with #4254B0
Text Example
Text Example
White with #4254B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4254B0; }
p { color: rgb(66,84,176); }
H1.HeaderClassName
{
color: #4254B0;
}
.AnyTagClassName
{
color: #4254B0;
}
</style>
background-color css
<style>
a { background-color: #4254B0; }
a { background-color: rgb(66,84,176); }
div.DivClassName
{
background-color: #4254B0;
}
.BgClassName
{
background-color: #4254B0;
}
</style>
border-color css
<style>
span { border-color: #4254B0; }
span { border-color: rgb(66,84,176); }
td.TdClassName
{
border-color: #4254B0;
}
.TagClassName
{
border-color: #4254B0;
}
</style>