Shades of Free Speech Blue #424BC1
Tints of Free Speech Blue #424BC1
RGB
CMYK
RGB Variations
Color information
#424BC1 (or 0x424BC1) is known color: Free Speech Blue. HEX triplet: 42, 4B and C1. RGB value is (66,75,193). Sum of RGB (Red+Green+Blue) = 66+75+193=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #424BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC1 is #BDB43E. Grayscale: #555555. Windows color (decimal): -12432447 or 12667714. OLE color: 12667714.
HSL color Cylindrical-coordinate representation of color #424BC1: hue angle of 235.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424BC1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 75 | 193 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.24 |
| HSL | 235.75º | 0.51% | 0.51% | - |
| HSV(B) | 235.75º | 0.66% | 0.76% | - |
| XYZ | 14.39 | 10.04 | 51.63 | - |
| YUV | 85.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 193 | 0.66 | 0.61 | 0 | 0.24 | 235.75 | 0.51 | 0.51 |
| Hex | 42 | 4B | C1 | 42 | 3D | 0 | 18 | EC | 33 | 33 |
| Octal | 102 | 113 | 301 | 102 | 75 | 0 | 30 | 354 | 63 | 63 |
| Binary | 1000010 | 1001011 | 11000001 | 1000010 | 111101 | 0 | 11000 | 11101100 | 110011 | 110011 |
Color Harmonies of #424BC1
Complementary color
Monochromatic Colors of #424BC1
Black with #424BC1
Text Example
Text Example
White with #424BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BC1; }
p { color: rgb(66,75,193); }
H1.HeaderClassName
{
color: #424BC1;
}
.AnyTagClassName
{
color: #424BC1;
}
</style>
background-color css
<style>
a { background-color: #424BC1; }
a { background-color: rgb(66,75,193); }
div.DivClassName
{
background-color: #424BC1;
}
.BgClassName
{
background-color: #424BC1;
}
</style>
border-color css
<style>
span { border-color: #424BC1; }
span { border-color: rgb(66,75,193); }
td.TdClassName
{
border-color: #424BC1;
}
.TagClassName
{
border-color: #424BC1;
}
</style>