Shades of Free Speech Blue #423AB4
Tints of Free Speech Blue #423AB4
RGB
CMYK
RGB Variations
Color information
#423AB4 (or 0x423AB4) is known color: Free Speech Blue. HEX triplet: 42, 3A and B4. RGB value is (66,58,180). Sum of RGB (Red+Green+Blue) = 66+58+180=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #423AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AB4 is #BDC54B. Grayscale: #494949. Windows color (decimal): -12436812 or 11811394. OLE color: 11811394.
HSL color Cylindrical-coordinate representation of color #423AB4: hue angle of 243.93º degrees, saturation: 0.51, 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 #423AB4 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 58 | 180 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.29 |
| HSL | 243.93º | 0.51% | 0.47% | - |
| HSV(B) | 243.93º | 0.68% | 0.71% | - |
| XYZ | 12 | 7.48 | 43.99 | - |
| YUV | 74.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 180 | 0.63 | 0.68 | 0 | 0.29 | 243.93 | 0.51 | 0.47 |
| Hex | 42 | 3A | B4 | 3F | 44 | 0 | 1D | F4 | 33 | 2F |
| Octal | 102 | 72 | 264 | 77 | 104 | 0 | 35 | 364 | 63 | 57 |
| Binary | 1000010 | 111010 | 10110100 | 111111 | 1000100 | 0 | 11101 | 11110100 | 110011 | 101111 |
Color Harmonies of #423AB4
Complementary color
Monochromatic Colors of #423AB4
Black with #423AB4
Text Example
Text Example
White with #423AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AB4; }
p { color: rgb(66,58,180); }
H1.HeaderClassName
{
color: #423AB4;
}
.AnyTagClassName
{
color: #423AB4;
}
</style>
background-color css
<style>
a { background-color: #423AB4; }
a { background-color: rgb(66,58,180); }
div.DivClassName
{
background-color: #423AB4;
}
.BgClassName
{
background-color: #423AB4;
}
</style>
border-color css
<style>
span { border-color: #423AB4; }
span { border-color: rgb(66,58,180); }
td.TdClassName
{
border-color: #423AB4;
}
.TagClassName
{
border-color: #423AB4;
}
</style>