Shades of Free Speech Blue #4240CC
Tints of Free Speech Blue #4240CC
RGB
CMYK
RGB Variations
Color information
#4240CC (or 0x4240CC) is known color: Free Speech Blue. HEX triplet: 42, 40 and CC. RGB value is (66,64,204). Sum of RGB (Red+Green+Blue) = 66+64+204=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4240CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240CC is #BDBF33. Grayscale: #505050. Windows color (decimal): -12435252 or 13385794. OLE color: 13385794.
HSL color Cylindrical-coordinate representation of color #4240CC: hue angle of 240.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4240CC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 64 | 204 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.2 |
| HSL | 240.86º | 0.58% | 0.53% | - |
| HSV(B) | 240.86º | 0.69% | 0.8% | - |
| XYZ | 14.98 | 9.18 | 58.11 | - |
| YUV | 80.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 204 | 0.68 | 0.69 | 0 | 0.2 | 240.86 | 0.58 | 0.53 |
| Hex | 42 | 40 | CC | 44 | 45 | 0 | 14 | F1 | 3A | 35 |
| Octal | 102 | 100 | 314 | 104 | 105 | 0 | 24 | 361 | 72 | 65 |
| Binary | 1000010 | 1000000 | 11001100 | 1000100 | 1000101 | 0 | 10100 | 11110001 | 111010 | 110101 |
Color Harmonies of #4240CC
Complementary color
Monochromatic Colors of #4240CC
Black with #4240CC
Text Example
Text Example
White with #4240CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240CC; }
p { color: rgb(66,64,204); }
H1.HeaderClassName
{
color: #4240CC;
}
.AnyTagClassName
{
color: #4240CC;
}
</style>
background-color css
<style>
a { background-color: #4240CC; }
a { background-color: rgb(66,64,204); }
div.DivClassName
{
background-color: #4240CC;
}
.BgClassName
{
background-color: #4240CC;
}
</style>
border-color css
<style>
span { border-color: #4240CC; }
span { border-color: rgb(66,64,204); }
td.TdClassName
{
border-color: #4240CC;
}
.TagClassName
{
border-color: #4240CC;
}
</style>