Shades of Free Speech Blue #423AB6
Tints of Free Speech Blue #423AB6
RGB
CMYK
RGB Variations
Color information
#423AB6 (or 0x423AB6) is known color: Free Speech Blue. HEX triplet: 42, 3A and B6. RGB value is (66,58,182). Sum of RGB (Red+Green+Blue) = 66+58+182=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #423AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AB6 is #BDC549. Grayscale: #4A4A4A. Windows color (decimal): -12436810 or 11942466. OLE color: 11942466.
HSL color Cylindrical-coordinate representation of color #423AB6: hue angle of 243.87º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423AB6 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 58 | 182 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.29 |
| HSL | 243.87º | 0.52% | 0.47% | - |
| HSV(B) | 243.87º | 0.68% | 0.71% | - |
| XYZ | 12.2 | 7.56 | 45.07 | - |
| YUV | 74.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 182 | 0.64 | 0.68 | 0 | 0.29 | 243.87 | 0.52 | 0.47 |
| Hex | 42 | 3A | B6 | 40 | 44 | 0 | 1D | F4 | 34 | 2F |
| Octal | 102 | 72 | 266 | 100 | 104 | 0 | 35 | 364 | 64 | 57 |
| Binary | 1000010 | 111010 | 10110110 | 1000000 | 1000100 | 0 | 11101 | 11110100 | 110100 | 101111 |
Color Harmonies of #423AB6
Complementary color
Monochromatic Colors of #423AB6
Black with #423AB6
Text Example
Text Example
White with #423AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AB6; }
p { color: rgb(66,58,182); }
H1.HeaderClassName
{
color: #423AB6;
}
.AnyTagClassName
{
color: #423AB6;
}
</style>
background-color css
<style>
a { background-color: #423AB6; }
a { background-color: rgb(66,58,182); }
div.DivClassName
{
background-color: #423AB6;
}
.BgClassName
{
background-color: #423AB6;
}
</style>
border-color css
<style>
span { border-color: #423AB6; }
span { border-color: rgb(66,58,182); }
td.TdClassName
{
border-color: #423AB6;
}
.TagClassName
{
border-color: #423AB6;
}
</style>