Shades of Free Speech Blue #4239B6
Tints of Free Speech Blue #4239B6
RGB
CMYK
RGB Variations
Color information
#4239B6 (or 0x4239B6) is known color: Free Speech Blue. HEX triplet: 42, 39 and B6. RGB value is (66,57,182). Sum of RGB (Red+Green+Blue) = 66+57+182=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #4239B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4239B6 is #BDC649. Grayscale: #494949. Windows color (decimal): -12437066 or 11942210. OLE color: 11942210.
HSL color Cylindrical-coordinate representation of color #4239B6: hue angle of 244.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4239B6 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 57 | 182 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.29 |
| HSL | 244.32º | 0.52% | 0.47% | - |
| HSV(B) | 244.32º | 0.69% | 0.71% | - |
| XYZ | 12.15 | 7.46 | 45.06 | - |
| YUV | 73.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 182 | 0.64 | 0.69 | 0 | 0.29 | 244.32 | 0.52 | 0.47 |
| Hex | 42 | 39 | B6 | 40 | 45 | 0 | 1D | F4 | 34 | 2F |
| Octal | 102 | 71 | 266 | 100 | 105 | 0 | 35 | 364 | 64 | 57 |
| Binary | 1000010 | 111001 | 10110110 | 1000000 | 1000101 | 0 | 11101 | 11110100 | 110100 | 101111 |
Color Harmonies of #4239B6
Complementary color
Monochromatic Colors of #4239B6
Black with #4239B6
Text Example
Text Example
White with #4239B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4239B6; }
p { color: rgb(66,57,182); }
H1.HeaderClassName
{
color: #4239B6;
}
.AnyTagClassName
{
color: #4239B6;
}
</style>
background-color css
<style>
a { background-color: #4239B6; }
a { background-color: rgb(66,57,182); }
div.DivClassName
{
background-color: #4239B6;
}
.BgClassName
{
background-color: #4239B6;
}
</style>
border-color css
<style>
span { border-color: #4239B6; }
span { border-color: rgb(66,57,182); }
td.TdClassName
{
border-color: #4239B6;
}
.TagClassName
{
border-color: #4239B6;
}
</style>