Shades of Free Speech Blue #464ABC
Tints of Free Speech Blue #464ABC
RGB
CMYK
RGB Variations
Color information
#464ABC (or 0x464ABC) is known color: Free Speech Blue. HEX triplet: 46, 4A and BC. RGB value is (70,74,188). Sum of RGB (Red+Green+Blue) = 70+74+188=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #464ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ABC is #B9B543. Grayscale: #555555. Windows color (decimal): -12170564 or 12339782. OLE color: 12339782.
HSL color Cylindrical-coordinate representation of color #464ABC: hue angle of 237.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464ABC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 74 | 188 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.26 |
| HSL | 237.97º | 0.47% | 0.51% | - |
| HSV(B) | 237.97º | 0.63% | 0.74% | - |
| XYZ | 14.05 | 9.83 | 48.73 | - |
| YUV | 85.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 188 | 0.63 | 0.61 | 0 | 0.26 | 237.97 | 0.47 | 0.51 |
| Hex | 46 | 4A | BC | 3F | 3D | 0 | 1A | EE | 2F | 33 |
| Octal | 106 | 112 | 274 | 77 | 75 | 0 | 32 | 356 | 57 | 63 |
| Binary | 1000110 | 1001010 | 10111100 | 111111 | 111101 | 0 | 11010 | 11101110 | 101111 | 110011 |
Color Harmonies of #464ABC
Complementary color
Monochromatic Colors of #464ABC
Black with #464ABC
Text Example
Text Example
White with #464ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ABC; }
p { color: rgb(70,74,188); }
H1.HeaderClassName
{
color: #464ABC;
}
.AnyTagClassName
{
color: #464ABC;
}
</style>
background-color css
<style>
a { background-color: #464ABC; }
a { background-color: rgb(70,74,188); }
div.DivClassName
{
background-color: #464ABC;
}
.BgClassName
{
background-color: #464ABC;
}
</style>
border-color css
<style>
span { border-color: #464ABC; }
span { border-color: rgb(70,74,188); }
td.TdClassName
{
border-color: #464ABC;
}
.TagClassName
{
border-color: #464ABC;
}
</style>