Shades of Free Speech Blue #424AB8
Tints of Free Speech Blue #424AB8
RGB
CMYK
RGB Variations
Color information
#424AB8 (or 0x424AB8) is known color: Free Speech Blue. HEX triplet: 42, 4A and B8. RGB value is (66,74,184). Sum of RGB (Red+Green+Blue) = 66+74+184=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #424AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AB8 is #BDB547. Grayscale: #535353. Windows color (decimal): -12432712 or 12077634. OLE color: 12077634.
HSL color Cylindrical-coordinate representation of color #424AB8: hue angle of 235.93º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424AB8 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 74 | 184 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.28 |
| HSL | 235.93º | 0.47% | 0.49% | - |
| HSV(B) | 235.93º | 0.64% | 0.72% | - |
| XYZ | 13.35 | 9.52 | 46.48 | - |
| YUV | 84.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 184 | 0.64 | 0.60 | 0 | 0.28 | 235.93 | 0.47 | 0.49 |
| Hex | 42 | 4A | B8 | 40 | 3C | 0 | 1C | EC | 2F | 31 |
| Octal | 102 | 112 | 270 | 100 | 74 | 0 | 34 | 354 | 57 | 61 |
| Binary | 1000010 | 1001010 | 10111000 | 1000000 | 111100 | 0 | 11100 | 11101100 | 101111 | 110001 |
Color Harmonies of #424AB8
Complementary color
Monochromatic Colors of #424AB8
Black with #424AB8
Text Example
Text Example
White with #424AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AB8; }
p { color: rgb(66,74,184); }
H1.HeaderClassName
{
color: #424AB8;
}
.AnyTagClassName
{
color: #424AB8;
}
</style>
background-color css
<style>
a { background-color: #424AB8; }
a { background-color: rgb(66,74,184); }
div.DivClassName
{
background-color: #424AB8;
}
.BgClassName
{
background-color: #424AB8;
}
</style>
border-color css
<style>
span { border-color: #424AB8; }
span { border-color: rgb(66,74,184); }
td.TdClassName
{
border-color: #424AB8;
}
.TagClassName
{
border-color: #424AB8;
}
</style>