Shades of Free Speech Blue #464AB8
Tints of Free Speech Blue #464AB8
RGB
CMYK
RGB Variations
Color information
#464AB8 (or 0x464AB8) is known color: Free Speech Blue. HEX triplet: 46, 4A and B8. RGB value is (70,74,184). Sum of RGB (Red+Green+Blue) = 70+74+184=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #464AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AB8 is #B9B547. Grayscale: #545454. Windows color (decimal): -12170568 or 12077638. OLE color: 12077638.
HSL color Cylindrical-coordinate representation of color #464AB8: hue angle of 237.89º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #464AB8 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 74 | 184 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.28 |
| HSL | 237.89º | 0.45% | 0.5% | - |
| HSV(B) | 237.89º | 0.62% | 0.72% | - |
| XYZ | 13.63 | 9.66 | 46.49 | - |
| YUV | 85.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 184 | 0.62 | 0.60 | 0 | 0.28 | 237.89 | 0.45 | 0.5 |
| Hex | 46 | 4A | B8 | 3E | 3C | 0 | 1C | EE | 2D | 32 |
| Octal | 106 | 112 | 270 | 76 | 74 | 0 | 34 | 356 | 55 | 62 |
| Binary | 1000110 | 1001010 | 10111000 | 111110 | 111100 | 0 | 11100 | 11101110 | 101101 | 110010 |
Color Harmonies of #464AB8
Complementary color
Monochromatic Colors of #464AB8
Black with #464AB8
Text Example
Text Example
White with #464AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AB8; }
p { color: rgb(70,74,184); }
H1.HeaderClassName
{
color: #464AB8;
}
.AnyTagClassName
{
color: #464AB8;
}
</style>
background-color css
<style>
a { background-color: #464AB8; }
a { background-color: rgb(70,74,184); }
div.DivClassName
{
background-color: #464AB8;
}
.BgClassName
{
background-color: #464AB8;
}
</style>
border-color css
<style>
span { border-color: #464AB8; }
span { border-color: rgb(70,74,184); }
td.TdClassName
{
border-color: #464AB8;
}
.TagClassName
{
border-color: #464AB8;
}
</style>