Shades of Free Speech Blue #464AB2
Tints of Free Speech Blue #464AB2
RGB
CMYK
RGB Variations
Color information
#464AB2 (or 0x464AB2) is known color: Free Speech Blue. HEX triplet: 46, 4A and B2. RGB value is (70,74,178). Sum of RGB (Red+Green+Blue) = 70+74+178=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #464AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AB2 is #B9B54D. Grayscale: #545454. Windows color (decimal): -12170574 or 11684422. OLE color: 11684422.
HSL color Cylindrical-coordinate representation of color #464AB2: hue angle of 237.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464AB2 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 74 | 178 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.30 |
| HSL | 237.78º | 0.44% | 0.49% | - |
| HSV(B) | 237.78º | 0.61% | 0.7% | - |
| XYZ | 13.01 | 9.41 | 43.25 | - |
| YUV | 84.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 178 | 0.61 | 0.58 | 0 | 0.30 | 237.78 | 0.44 | 0.49 |
| Hex | 46 | 4A | B2 | 3D | 3A | 0 | 1E | EE | 2C | 31 |
| Octal | 106 | 112 | 262 | 75 | 72 | 0 | 36 | 356 | 54 | 61 |
| Binary | 1000110 | 1001010 | 10110010 | 111101 | 111010 | 0 | 11110 | 11101110 | 101100 | 110001 |
Color Harmonies of #464AB2
Complementary color
Monochromatic Colors of #464AB2
Black with #464AB2
Text Example
Text Example
White with #464AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AB2; }
p { color: rgb(70,74,178); }
H1.HeaderClassName
{
color: #464AB2;
}
.AnyTagClassName
{
color: #464AB2;
}
</style>
background-color css
<style>
a { background-color: #464AB2; }
a { background-color: rgb(70,74,178); }
div.DivClassName
{
background-color: #464AB2;
}
.BgClassName
{
background-color: #464AB2;
}
</style>
border-color css
<style>
span { border-color: #464AB2; }
span { border-color: rgb(70,74,178); }
td.TdClassName
{
border-color: #464AB2;
}
.TagClassName
{
border-color: #464AB2;
}
</style>