Shades of Free Speech Blue #424BDC
Tints of Free Speech Blue #424BDC
RGB
CMYK
RGB Variations
Color information
#424BDC (or 0x424BDC) is known color: Free Speech Blue. HEX triplet: 42, 4B and DC. RGB value is (66,75,220). Sum of RGB (Red+Green+Blue) = 66+75+220=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #424BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BDC is #BDB423. Grayscale: #585858. Windows color (decimal): -12432420 or 14437186. OLE color: 14437186.
HSL color Cylindrical-coordinate representation of color #424BDC: hue angle of 236.49º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424BDC is Cyan = 0.7, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 75 | 220 | - |
| CMYK | 0.7 | 0.66 | 0 | 0.14 |
| HSL | 236.49º | 0.69% | 0.56% | - |
| HSV(B) | 236.49º | 0.7% | 0.86% | - |
| XYZ | 17.68 | 11.36 | 68.97 | - |
| YUV | 88.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 220 | 0.7 | 0.66 | 0 | 0.14 | 236.49 | 0.69 | 0.56 |
| Hex | 42 | 4B | DC | 46 | 42 | 0 | E | EC | 45 | 38 |
| Octal | 102 | 113 | 334 | 106 | 102 | 0 | 16 | 354 | 105 | 70 |
| Binary | 1000010 | 1001011 | 11011100 | 1000110 | 1000010 | 0 | 1110 | 11101100 | 1000101 | 111000 |
Color Harmonies of #424BDC
Complementary color
Monochromatic Colors of #424BDC
Black with #424BDC
Text Example
Text Example
White with #424BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BDC; }
p { color: rgb(66,75,220); }
H1.HeaderClassName
{
color: #424BDC;
}
.AnyTagClassName
{
color: #424BDC;
}
</style>
background-color css
<style>
a { background-color: #424BDC; }
a { background-color: rgb(66,75,220); }
div.DivClassName
{
background-color: #424BDC;
}
.BgClassName
{
background-color: #424BDC;
}
</style>
border-color css
<style>
span { border-color: #424BDC; }
span { border-color: rgb(66,75,220); }
td.TdClassName
{
border-color: #424BDC;
}
.TagClassName
{
border-color: #424BDC;
}
</style>