Shades of Free Speech Blue #4255B7
Tints of Free Speech Blue #4255B7
RGB
CMYK
RGB Variations
Color information
#4255B7 (or 0x4255B7) is known color: Free Speech Blue. HEX triplet: 42, 55 and B7. RGB value is (66,85,183). Sum of RGB (Red+Green+Blue) = 66+85+183=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #4255B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255B7 is #BDAA48. Grayscale: #5A5A5A. Windows color (decimal): -12429897 or 12014914. OLE color: 12014914.
HSL color Cylindrical-coordinate representation of color #4255B7: hue angle of 230.26º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4255B7 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 85 | 183 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.28 |
| HSL | 230.26º | 0.47% | 0.49% | - |
| HSV(B) | 230.26º | 0.64% | 0.72% | - |
| XYZ | 14.04 | 11.07 | 46.2 | - |
| YUV | 90.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 183 | 0.64 | 0.54 | 0 | 0.28 | 230.26 | 0.47 | 0.49 |
| Hex | 42 | 55 | B7 | 40 | 36 | 0 | 1C | E6 | 2F | 31 |
| Octal | 102 | 125 | 267 | 100 | 66 | 0 | 34 | 346 | 57 | 61 |
| Binary | 1000010 | 1010101 | 10110111 | 1000000 | 110110 | 0 | 11100 | 11100110 | 101111 | 110001 |
Color Harmonies of #4255B7
Complementary color
Monochromatic Colors of #4255B7
Black with #4255B7
Text Example
Text Example
White with #4255B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255B7; }
p { color: rgb(66,85,183); }
H1.HeaderClassName
{
color: #4255B7;
}
.AnyTagClassName
{
color: #4255B7;
}
</style>
background-color css
<style>
a { background-color: #4255B7; }
a { background-color: rgb(66,85,183); }
div.DivClassName
{
background-color: #4255B7;
}
.BgClassName
{
background-color: #4255B7;
}
</style>
border-color css
<style>
span { border-color: #4255B7; }
span { border-color: rgb(66,85,183); }
td.TdClassName
{
border-color: #4255B7;
}
.TagClassName
{
border-color: #4255B7;
}
</style>