Shades of Free Speech Blue #424FC5
Tints of Free Speech Blue #424FC5
RGB
CMYK
RGB Variations
Color information
#424FC5 (or 0x424FC5) is known color: Free Speech Blue. HEX triplet: 42, 4F and C5. RGB value is (66,79,197). Sum of RGB (Red+Green+Blue) = 66+79+197=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #424FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FC5 is #BDB03A. Grayscale: #585858. Windows color (decimal): -12431419 or 12930882. OLE color: 12930882.
HSL color Cylindrical-coordinate representation of color #424FC5: hue angle of 234.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424FC5 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 79 | 197 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.23 |
| HSL | 234.05º | 0.53% | 0.52% | - |
| HSV(B) | 234.05º | 0.66% | 0.77% | - |
| XYZ | 15.12 | 10.78 | 54.11 | - |
| YUV | 88.57 | 189.19 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 197 | 0.66 | 0.60 | 0 | 0.23 | 234.05 | 0.53 | 0.52 |
| Hex | 42 | 4F | C5 | 42 | 3C | 0 | 17 | EA | 35 | 34 |
| Octal | 102 | 117 | 305 | 102 | 74 | 0 | 27 | 352 | 65 | 64 |
| Binary | 1000010 | 1001111 | 11000101 | 1000010 | 111100 | 0 | 10111 | 11101010 | 110101 | 110100 |
Color Harmonies of #424FC5
Complementary color
Monochromatic Colors of #424FC5
Black with #424FC5
Text Example
Text Example
White with #424FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FC5; }
p { color: rgb(66,79,197); }
H1.HeaderClassName
{
color: #424FC5;
}
.AnyTagClassName
{
color: #424FC5;
}
</style>
background-color css
<style>
a { background-color: #424FC5; }
a { background-color: rgb(66,79,197); }
div.DivClassName
{
background-color: #424FC5;
}
.BgClassName
{
background-color: #424FC5;
}
</style>
border-color css
<style>
span { border-color: #424FC5; }
span { border-color: rgb(66,79,197); }
td.TdClassName
{
border-color: #424FC5;
}
.TagClassName
{
border-color: #424FC5;
}
</style>