Shades of Free Speech Blue #424ACB
Tints of Free Speech Blue #424ACB
RGB
CMYK
RGB Variations
Color information
#424ACB (or 0x424ACB) is known color: Free Speech Blue. HEX triplet: 42, 4A and CB. RGB value is (66,74,203). Sum of RGB (Red+Green+Blue) = 66+74+203=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #424ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ACB is #BDB534. Grayscale: #555555. Windows color (decimal): -12432693 or 13322818. OLE color: 13322818.
HSL color Cylindrical-coordinate representation of color #424ACB: hue angle of 236.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424ACB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 74 | 203 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.20 |
| HSL | 236.5º | 0.57% | 0.53% | - |
| HSV(B) | 236.5º | 0.67% | 0.8% | - |
| XYZ | 15.48 | 10.37 | 57.69 | - |
| YUV | 86.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 203 | 0.67 | 0.64 | 0 | 0.20 | 236.5 | 0.57 | 0.53 |
| Hex | 42 | 4A | CB | 43 | 40 | 0 | 14 | EC | 39 | 35 |
| Octal | 102 | 112 | 313 | 103 | 100 | 0 | 24 | 354 | 71 | 65 |
| Binary | 1000010 | 1001010 | 11001011 | 1000011 | 1000000 | 0 | 10100 | 11101100 | 111001 | 110101 |
Color Harmonies of #424ACB
Complementary color
Monochromatic Colors of #424ACB
Black with #424ACB
Text Example
Text Example
White with #424ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ACB; }
p { color: rgb(66,74,203); }
H1.HeaderClassName
{
color: #424ACB;
}
.AnyTagClassName
{
color: #424ACB;
}
</style>
background-color css
<style>
a { background-color: #424ACB; }
a { background-color: rgb(66,74,203); }
div.DivClassName
{
background-color: #424ACB;
}
.BgClassName
{
background-color: #424ACB;
}
</style>
border-color css
<style>
span { border-color: #424ACB; }
span { border-color: rgb(66,74,203); }
td.TdClassName
{
border-color: #424ACB;
}
.TagClassName
{
border-color: #424ACB;
}
</style>