Shades of Free Speech Blue #464AB4
Tints of Free Speech Blue #464AB4
RGB
CMYK
RGB Variations
Color information
#464AB4 (or 0x464AB4) is known color: Free Speech Blue. HEX triplet: 46, 4A and B4. RGB value is (70,74,180). Sum of RGB (Red+Green+Blue) = 70+74+180=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #464AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AB4 is #B9B54B. Grayscale: #545454. Windows color (decimal): -12170572 or 11815494. OLE color: 11815494.
HSL color Cylindrical-coordinate representation of color #464AB4: hue angle of 237.82º 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 #464AB4 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 74 | 180 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.29 |
| HSL | 237.82º | 0.44% | 0.49% | - |
| HSV(B) | 237.82º | 0.61% | 0.71% | - |
| XYZ | 13.21 | 9.49 | 44.32 | - |
| YUV | 84.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 180 | 0.61 | 0.59 | 0 | 0.29 | 237.82 | 0.44 | 0.49 |
| Hex | 46 | 4A | B4 | 3D | 3B | 0 | 1D | EE | 2C | 31 |
| Octal | 106 | 112 | 264 | 75 | 73 | 0 | 35 | 356 | 54 | 61 |
| Binary | 1000110 | 1001010 | 10110100 | 111101 | 111011 | 0 | 11101 | 11101110 | 101100 | 110001 |
Color Harmonies of #464AB4
Complementary color
Monochromatic Colors of #464AB4
Black with #464AB4
Text Example
Text Example
White with #464AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AB4; }
p { color: rgb(70,74,180); }
H1.HeaderClassName
{
color: #464AB4;
}
.AnyTagClassName
{
color: #464AB4;
}
</style>
background-color css
<style>
a { background-color: #464AB4; }
a { background-color: rgb(70,74,180); }
div.DivClassName
{
background-color: #464AB4;
}
.BgClassName
{
background-color: #464AB4;
}
</style>
border-color css
<style>
span { border-color: #464AB4; }
span { border-color: rgb(70,74,180); }
td.TdClassName
{
border-color: #464AB4;
}
.TagClassName
{
border-color: #464AB4;
}
</style>