Shades of Free Speech Blue #4245B7
Tints of Free Speech Blue #4245B7
RGB
CMYK
RGB Variations
Color information
#4245B7 (or 0x4245B7) is known color: Free Speech Blue. HEX triplet: 42, 45 and B7. RGB value is (66,69,183). Sum of RGB (Red+Green+Blue) = 66+69+183=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 183 (71.88% from 255 or 57.55% from 318); Max value from RGB is 183 - color contains mainly: blue. Hex color #4245B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4245B7 is #BDBA48. Grayscale: #505050. Windows color (decimal): -12433993 or 12010818. OLE color: 12010818.
HSL color Cylindrical-coordinate representation of color #4245B7: hue angle of 238.46º 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 #4245B7 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 69 | 183 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.28 |
| HSL | 238.46º | 0.47% | 0.49% | - |
| HSV(B) | 238.46º | 0.64% | 0.72% | - |
| XYZ | 12.92 | 8.83 | 45.82 | - |
| YUV | 81.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 183 | 0.64 | 0.62 | 0 | 0.28 | 238.46 | 0.47 | 0.49 |
| Hex | 42 | 45 | B7 | 40 | 3E | 0 | 1C | EE | 2F | 31 |
| Octal | 102 | 105 | 267 | 100 | 76 | 0 | 34 | 356 | 57 | 61 |
| Binary | 1000010 | 1000101 | 10110111 | 1000000 | 111110 | 0 | 11100 | 11101110 | 101111 | 110001 |
Color Harmonies of #4245B7
Complementary color
Monochromatic Colors of #4245B7
Black with #4245B7
Text Example
Text Example
White with #4245B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245B7; }
p { color: rgb(66,69,183); }
H1.HeaderClassName
{
color: #4245B7;
}
.AnyTagClassName
{
color: #4245B7;
}
</style>
background-color css
<style>
a { background-color: #4245B7; }
a { background-color: rgb(66,69,183); }
div.DivClassName
{
background-color: #4245B7;
}
.BgClassName
{
background-color: #4245B7;
}
</style>
border-color css
<style>
span { border-color: #4245B7; }
span { border-color: rgb(66,69,183); }
td.TdClassName
{
border-color: #4245B7;
}
.TagClassName
{
border-color: #4245B7;
}
</style>