Shades of Free Speech Blue #424BC8
Tints of Free Speech Blue #424BC8
RGB
CMYK
RGB Variations
Color information
#424BC8 (or 0x424BC8) is known color: Free Speech Blue. HEX triplet: 42, 4B and C8. RGB value is (66,75,200). Sum of RGB (Red+Green+Blue) = 66+75+200=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #424BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC8 is #BDB437. Grayscale: #565656. Windows color (decimal): -12432440 or 13126466. OLE color: 13126466.
HSL color Cylindrical-coordinate representation of color #424BC8: hue angle of 235.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424BC8 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 75 | 200 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.22 |
| HSL | 235.97º | 0.55% | 0.52% | - |
| HSV(B) | 235.97º | 0.67% | 0.78% | - |
| XYZ | 15.19 | 10.36 | 55.84 | - |
| YUV | 86.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 200 | 0.67 | 0.62 | 0 | 0.22 | 235.97 | 0.55 | 0.52 |
| Hex | 42 | 4B | C8 | 43 | 3E | 0 | 16 | EC | 37 | 34 |
| Octal | 102 | 113 | 310 | 103 | 76 | 0 | 26 | 354 | 67 | 64 |
| Binary | 1000010 | 1001011 | 11001000 | 1000011 | 111110 | 0 | 10110 | 11101100 | 110111 | 110100 |
Color Harmonies of #424BC8
Complementary color
Monochromatic Colors of #424BC8
Black with #424BC8
Text Example
Text Example
White with #424BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BC8; }
p { color: rgb(66,75,200); }
H1.HeaderClassName
{
color: #424BC8;
}
.AnyTagClassName
{
color: #424BC8;
}
</style>
background-color css
<style>
a { background-color: #424BC8; }
a { background-color: rgb(66,75,200); }
div.DivClassName
{
background-color: #424BC8;
}
.BgClassName
{
background-color: #424BC8;
}
</style>
border-color css
<style>
span { border-color: #424BC8; }
span { border-color: rgb(66,75,200); }
td.TdClassName
{
border-color: #424BC8;
}
.TagClassName
{
border-color: #424BC8;
}
</style>