Shades of Free Speech Blue #464AB5
Tints of Free Speech Blue #464AB5
RGB
CMYK
RGB Variations
Color information
#464AB5 (or 0x464AB5) is known color: Free Speech Blue. HEX triplet: 46, 4A and B5. RGB value is (70,74,181). Sum of RGB (Red+Green+Blue) = 70+74+181=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #464AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AB5 is #B9B54A. Grayscale: #545454. Windows color (decimal): -12170571 or 11881030. OLE color: 11881030.
HSL color Cylindrical-coordinate representation of color #464AB5: hue angle of 237.84º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464AB5 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 74 | 181 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.29 |
| HSL | 237.84º | 0.44% | 0.49% | - |
| HSV(B) | 237.84º | 0.61% | 0.71% | - |
| XYZ | 13.32 | 9.54 | 44.85 | - |
| YUV | 85 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 181 | 0.61 | 0.59 | 0 | 0.29 | 237.84 | 0.44 | 0.49 |
| Hex | 46 | 4A | B5 | 3D | 3B | 0 | 1D | EE | 2C | 31 |
| Octal | 106 | 112 | 265 | 75 | 73 | 0 | 35 | 356 | 54 | 61 |
| Binary | 1000110 | 1001010 | 10110101 | 111101 | 111011 | 0 | 11101 | 11101110 | 101100 | 110001 |
Color Harmonies of #464AB5
Complementary color
Monochromatic Colors of #464AB5
Black with #464AB5
Text Example
Text Example
White with #464AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AB5; }
p { color: rgb(70,74,181); }
H1.HeaderClassName
{
color: #464AB5;
}
.AnyTagClassName
{
color: #464AB5;
}
</style>
background-color css
<style>
a { background-color: #464AB5; }
a { background-color: rgb(70,74,181); }
div.DivClassName
{
background-color: #464AB5;
}
.BgClassName
{
background-color: #464AB5;
}
</style>
border-color css
<style>
span { border-color: #464AB5; }
span { border-color: rgb(70,74,181); }
td.TdClassName
{
border-color: #464AB5;
}
.TagClassName
{
border-color: #464AB5;
}
</style>