Shades of Free Speech Blue #4042CC
Tints of Free Speech Blue #4042CC
RGB
CMYK
RGB Variations
Color information
#4042CC (or 0x4042CC) is known color: Free Speech Blue. HEX triplet: 40, 42 and CC. RGB value is (64,66,204). Sum of RGB (Red+Green+Blue) = 64+66+204=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 66 (26.17% from 255 or 19.76% 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 #4042CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042CC is #BFBD33. Grayscale: #505050. Windows color (decimal): -12565812 or 13386304. OLE color: 13386304.
HSL color Cylindrical-coordinate representation of color #4042CC: hue angle of 239.14º 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 #4042CC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 66 | 204 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.2 |
| HSL | 239.14º | 0.58% | 0.53% | - |
| HSV(B) | 239.14º | 0.69% | 0.8% | - |
| XYZ | 14.96 | 9.35 | 58.14 | - |
| YUV | 81.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 204 | 0.69 | 0.68 | 0 | 0.2 | 239.14 | 0.58 | 0.53 |
| Hex | 40 | 42 | CC | 45 | 44 | 0 | 14 | EF | 3A | 35 |
| Octal | 100 | 102 | 314 | 105 | 104 | 0 | 24 | 357 | 72 | 65 |
| Binary | 1000000 | 1000010 | 11001100 | 1000101 | 1000100 | 0 | 10100 | 11101111 | 111010 | 110101 |
Color Harmonies of #4042CC
Complementary color
Monochromatic Colors of #4042CC
Black with #4042CC
Text Example
Text Example
White with #4042CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042CC; }
p { color: rgb(64,66,204); }
H1.HeaderClassName
{
color: #4042CC;
}
.AnyTagClassName
{
color: #4042CC;
}
</style>
background-color css
<style>
a { background-color: #4042CC; }
a { background-color: rgb(64,66,204); }
div.DivClassName
{
background-color: #4042CC;
}
.BgClassName
{
background-color: #4042CC;
}
</style>
border-color css
<style>
span { border-color: #4042CC; }
span { border-color: rgb(64,66,204); }
td.TdClassName
{
border-color: #4042CC;
}
.TagClassName
{
border-color: #4042CC;
}
</style>