Shades of Free Speech Blue #424CB0
Tints of Free Speech Blue #424CB0
RGB
CMYK
RGB Variations
Color information
#424CB0 (or 0x424CB0) is known color: Free Speech Blue. HEX triplet: 42, 4C and B0. RGB value is (66,76,176). Sum of RGB (Red+Green+Blue) = 66+76+176=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #424CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424CB0 is #BDB34F. Grayscale: #545454. Windows color (decimal): -12432208 or 11553858. OLE color: 11553858.
HSL color Cylindrical-coordinate representation of color #424CB0: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424CB0 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 76 | 176 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.31 |
| HSL | 234.55º | 0.45% | 0.47% | - |
| HSV(B) | 234.55º | 0.63% | 0.69% | - |
| XYZ | 12.67 | 9.46 | 42.23 | - |
| YUV | 84.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 176 | 0.62 | 0.57 | 0 | 0.31 | 234.55 | 0.45 | 0.47 |
| Hex | 42 | 4C | B0 | 3E | 39 | 0 | 1F | EB | 2D | 2F |
| Octal | 102 | 114 | 260 | 76 | 71 | 0 | 37 | 353 | 55 | 57 |
| Binary | 1000010 | 1001100 | 10110000 | 111110 | 111001 | 0 | 11111 | 11101011 | 101101 | 101111 |
Color Harmonies of #424CB0
Complementary color
Monochromatic Colors of #424CB0
Black with #424CB0
Text Example
Text Example
White with #424CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CB0; }
p { color: rgb(66,76,176); }
H1.HeaderClassName
{
color: #424CB0;
}
.AnyTagClassName
{
color: #424CB0;
}
</style>
background-color css
<style>
a { background-color: #424CB0; }
a { background-color: rgb(66,76,176); }
div.DivClassName
{
background-color: #424CB0;
}
.BgClassName
{
background-color: #424CB0;
}
</style>
border-color css
<style>
span { border-color: #424CB0; }
span { border-color: rgb(66,76,176); }
td.TdClassName
{
border-color: #424CB0;
}
.TagClassName
{
border-color: #424CB0;
}
</style>