Shades of Free Speech Blue #4041CC
Tints of Free Speech Blue #4041CC
RGB
CMYK
RGB Variations
Color information
#4041CC (or 0x4041CC) is known color: Free Speech Blue. HEX triplet: 40, 41 and CC. RGB value is (64,65,204). Sum of RGB (Red+Green+Blue) = 64+65+204=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #4041CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041CC is #BFBE33. Grayscale: #4F4F4F. Windows color (decimal): -12566068 or 13386048. OLE color: 13386048.
HSL color Cylindrical-coordinate representation of color #4041CC: hue angle of 239.57º 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 #4041CC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 65 | 204 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.2 |
| HSL | 239.57º | 0.58% | 0.53% | - |
| HSV(B) | 239.57º | 0.69% | 0.8% | - |
| XYZ | 14.9 | 9.23 | 58.12 | - |
| YUV | 80.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 204 | 0.69 | 0.68 | 0 | 0.2 | 239.57 | 0.58 | 0.53 |
| Hex | 40 | 41 | CC | 45 | 44 | 0 | 14 | F0 | 3A | 35 |
| Octal | 100 | 101 | 314 | 105 | 104 | 0 | 24 | 360 | 72 | 65 |
| Binary | 1000000 | 1000001 | 11001100 | 1000101 | 1000100 | 0 | 10100 | 11110000 | 111010 | 110101 |
Color Harmonies of #4041CC
Complementary color
Monochromatic Colors of #4041CC
Black with #4041CC
Text Example
Text Example
White with #4041CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041CC; }
p { color: rgb(64,65,204); }
H1.HeaderClassName
{
color: #4041CC;
}
.AnyTagClassName
{
color: #4041CC;
}
</style>
background-color css
<style>
a { background-color: #4041CC; }
a { background-color: rgb(64,65,204); }
div.DivClassName
{
background-color: #4041CC;
}
.BgClassName
{
background-color: #4041CC;
}
</style>
border-color css
<style>
span { border-color: #4041CC; }
span { border-color: rgb(64,65,204); }
td.TdClassName
{
border-color: #4041CC;
}
.TagClassName
{
border-color: #4041CC;
}
</style>