Shades of Free Speech Blue #4240B4
Tints of Free Speech Blue #4240B4
RGB
CMYK
RGB Variations
Color information
#4240B4 (or 0x4240B4) is known color: Free Speech Blue. HEX triplet: 42, 40 and B4. RGB value is (66,64,180). Sum of RGB (Red+Green+Blue) = 66+64+180=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #4240B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4240B4 is #BDBF4B. Grayscale: #4D4D4D. Windows color (decimal): -12435276 or 11812930. OLE color: 11812930.
HSL color Cylindrical-coordinate representation of color #4240B4: hue angle of 241.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4240B4 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 64 | 180 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.29 |
| HSL | 241.03º | 0.48% | 0.48% | - |
| HSV(B) | 241.03º | 0.64% | 0.71% | - |
| XYZ | 12.32 | 8.12 | 44.1 | - |
| YUV | 77.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 180 | 0.63 | 0.64 | 0 | 0.29 | 241.03 | 0.48 | 0.48 |
| Hex | 42 | 40 | B4 | 3F | 40 | 0 | 1D | F1 | 30 | 30 |
| Octal | 102 | 100 | 264 | 77 | 100 | 0 | 35 | 361 | 60 | 60 |
| Binary | 1000010 | 1000000 | 10110100 | 111111 | 1000000 | 0 | 11101 | 11110001 | 110000 | 110000 |
Color Harmonies of #4240B4
Complementary color
Monochromatic Colors of #4240B4
Black with #4240B4
Text Example
Text Example
White with #4240B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240B4; }
p { color: rgb(66,64,180); }
H1.HeaderClassName
{
color: #4240B4;
}
.AnyTagClassName
{
color: #4240B4;
}
</style>
background-color css
<style>
a { background-color: #4240B4; }
a { background-color: rgb(66,64,180); }
div.DivClassName
{
background-color: #4240B4;
}
.BgClassName
{
background-color: #4240B4;
}
</style>
border-color css
<style>
span { border-color: #4240B4; }
span { border-color: rgb(66,64,180); }
td.TdClassName
{
border-color: #4240B4;
}
.TagClassName
{
border-color: #4240B4;
}
</style>