Shades of Free Speech Blue #4243BC
Tints of Free Speech Blue #4243BC
RGB
CMYK
RGB Variations
Color information
#4243BC (or 0x4243BC) is known color: Free Speech Blue. HEX triplet: 42, 43 and BC. RGB value is (66,67,188). Sum of RGB (Red+Green+Blue) = 66+67+188=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #4243BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4243BC is #BDBC43. Grayscale: #505050. Windows color (decimal): -12434500 or 12337986. OLE color: 12337986.
HSL color Cylindrical-coordinate representation of color #4243BC: hue angle of 239.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4243BC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 67 | 188 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.26 |
| HSL | 239.51º | 0.48% | 0.5% | - |
| HSV(B) | 239.51º | 0.65% | 0.74% | - |
| XYZ | 13.33 | 8.8 | 48.57 | - |
| YUV | 80.5 | 188.67 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 188 | 0.65 | 0.64 | 0 | 0.26 | 239.51 | 0.48 | 0.5 |
| Hex | 42 | 43 | BC | 41 | 40 | 0 | 1A | F0 | 30 | 32 |
| Octal | 102 | 103 | 274 | 101 | 100 | 0 | 32 | 360 | 60 | 62 |
| Binary | 1000010 | 1000011 | 10111100 | 1000001 | 1000000 | 0 | 11010 | 11110000 | 110000 | 110010 |
Color Harmonies of #4243BC
Complementary color
Monochromatic Colors of #4243BC
Black with #4243BC
Text Example
Text Example
White with #4243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4243BC; }
p { color: rgb(66,67,188); }
H1.HeaderClassName
{
color: #4243BC;
}
.AnyTagClassName
{
color: #4243BC;
}
</style>
background-color css
<style>
a { background-color: #4243BC; }
a { background-color: rgb(66,67,188); }
div.DivClassName
{
background-color: #4243BC;
}
.BgClassName
{
background-color: #4243BC;
}
</style>
border-color css
<style>
span { border-color: #4243BC; }
span { border-color: rgb(66,67,188); }
td.TdClassName
{
border-color: #4243BC;
}
.TagClassName
{
border-color: #4243BC;
}
</style>