Shades of Free Speech Blue #424FCC
Tints of Free Speech Blue #424FCC
RGB
CMYK
RGB Variations
Color information
#424FCC (or 0x424FCC) is known color: Free Speech Blue. HEX triplet: 42, 4F and CC. RGB value is (66,79,204). Sum of RGB (Red+Green+Blue) = 66+79+204=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #424FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FCC is #BDB033. Grayscale: #585858. Windows color (decimal): -12431412 or 13389634. OLE color: 13389634.
HSL color Cylindrical-coordinate representation of color #424FCC: hue angle of 234.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424FCC is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 79 | 204 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.2 |
| HSL | 234.35º | 0.58% | 0.53% | - |
| HSV(B) | 234.35º | 0.68% | 0.8% | - |
| XYZ | 15.94 | 11.11 | 58.43 | - |
| YUV | 89.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 204 | 0.68 | 0.61 | 0 | 0.2 | 234.35 | 0.58 | 0.53 |
| Hex | 42 | 4F | CC | 44 | 3D | 0 | 14 | EA | 3A | 35 |
| Octal | 102 | 117 | 314 | 104 | 75 | 0 | 24 | 352 | 72 | 65 |
| Binary | 1000010 | 1001111 | 11001100 | 1000100 | 111101 | 0 | 10100 | 11101010 | 111010 | 110101 |
Color Harmonies of #424FCC
Complementary color
Monochromatic Colors of #424FCC
Black with #424FCC
Text Example
Text Example
White with #424FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FCC; }
p { color: rgb(66,79,204); }
H1.HeaderClassName
{
color: #424FCC;
}
.AnyTagClassName
{
color: #424FCC;
}
</style>
background-color css
<style>
a { background-color: #424FCC; }
a { background-color: rgb(66,79,204); }
div.DivClassName
{
background-color: #424FCC;
}
.BgClassName
{
background-color: #424FCC;
}
</style>
border-color css
<style>
span { border-color: #424FCC; }
span { border-color: rgb(66,79,204); }
td.TdClassName
{
border-color: #424FCC;
}
.TagClassName
{
border-color: #424FCC;
}
</style>