Shades of Free Speech Blue #423AB9
Tints of Free Speech Blue #423AB9
RGB
CMYK
RGB Variations
Color information
#423AB9 (or 0x423AB9) is known color: Free Speech Blue. HEX triplet: 42, 3A and B9. RGB value is (66,58,185). Sum of RGB (Red+Green+Blue) = 66+58+185=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #423AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AB9 is #BDC546. Grayscale: #4A4A4A. Windows color (decimal): -12436807 or 12139074. OLE color: 12139074.
HSL color Cylindrical-coordinate representation of color #423AB9: hue angle of 243.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423AB9 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 58 | 185 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.27 |
| HSL | 243.78º | 0.52% | 0.48% | - |
| HSV(B) | 243.78º | 0.69% | 0.73% | - |
| XYZ | 12.52 | 7.69 | 46.72 | - |
| YUV | 74.87 | 190.15 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 185 | 0.64 | 0.69 | 0 | 0.27 | 243.78 | 0.52 | 0.48 |
| Hex | 42 | 3A | B9 | 40 | 45 | 0 | 1B | F4 | 34 | 30 |
| Octal | 102 | 72 | 271 | 100 | 105 | 0 | 33 | 364 | 64 | 60 |
| Binary | 1000010 | 111010 | 10111001 | 1000000 | 1000101 | 0 | 11011 | 11110100 | 110100 | 110000 |
Color Harmonies of #423AB9
Complementary color
Monochromatic Colors of #423AB9
Black with #423AB9
Text Example
Text Example
White with #423AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AB9; }
p { color: rgb(66,58,185); }
H1.HeaderClassName
{
color: #423AB9;
}
.AnyTagClassName
{
color: #423AB9;
}
</style>
background-color css
<style>
a { background-color: #423AB9; }
a { background-color: rgb(66,58,185); }
div.DivClassName
{
background-color: #423AB9;
}
.BgClassName
{
background-color: #423AB9;
}
</style>
border-color css
<style>
span { border-color: #423AB9; }
span { border-color: rgb(66,58,185); }
td.TdClassName
{
border-color: #423AB9;
}
.TagClassName
{
border-color: #423AB9;
}
</style>