Shades of Free Speech Blue #4245CF
Tints of Free Speech Blue #4245CF
RGB
CMYK
RGB Variations
Color information
#4245CF (or 0x4245CF) is known color: Free Speech Blue. HEX triplet: 42, 45 and CF. RGB value is (66,69,207). Sum of RGB (Red+Green+Blue) = 66+69+207=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #4245CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4245CF is #BDBA30. Grayscale: #535353. Windows color (decimal): -12433969 or 13583682. OLE color: 13583682.
HSL color Cylindrical-coordinate representation of color #4245CF: hue angle of 238.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4245CF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 69 | 207 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.19 |
| HSL | 238.72º | 0.59% | 0.54% | - |
| HSV(B) | 238.72º | 0.68% | 0.81% | - |
| XYZ | 15.64 | 9.92 | 60.12 | - |
| YUV | 83.84 | 197.51 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 207 | 0.68 | 0.67 | 0 | 0.19 | 238.72 | 0.59 | 0.54 |
| Hex | 42 | 45 | CF | 44 | 43 | 0 | 13 | EF | 3B | 36 |
| Octal | 102 | 105 | 317 | 104 | 103 | 0 | 23 | 357 | 73 | 66 |
| Binary | 1000010 | 1000101 | 11001111 | 1000100 | 1000011 | 0 | 10011 | 11101111 | 111011 | 110110 |
Color Harmonies of #4245CF
Complementary color
Monochromatic Colors of #4245CF
Black with #4245CF
Text Example
Text Example
White with #4245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245CF; }
p { color: rgb(66,69,207); }
H1.HeaderClassName
{
color: #4245CF;
}
.AnyTagClassName
{
color: #4245CF;
}
</style>
background-color css
<style>
a { background-color: #4245CF; }
a { background-color: rgb(66,69,207); }
div.DivClassName
{
background-color: #4245CF;
}
.BgClassName
{
background-color: #4245CF;
}
</style>
border-color css
<style>
span { border-color: #4245CF; }
span { border-color: rgb(66,69,207); }
td.TdClassName
{
border-color: #4245CF;
}
.TagClassName
{
border-color: #4245CF;
}
</style>