Shades of Free Speech Blue #464ACC
Tints of Free Speech Blue #464ACC
RGB
CMYK
RGB Variations
Color information
#464ACC (or 0x464ACC) is known color: Free Speech Blue. HEX triplet: 46, 4A and CC. RGB value is (70,74,204). Sum of RGB (Red+Green+Blue) = 70+74+204=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #464ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ACC is #B9B533. Grayscale: #575757. Windows color (decimal): -12170548 or 13388358. OLE color: 13388358.
HSL color Cylindrical-coordinate representation of color #464ACC: hue angle of 238.21º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464ACC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 74 | 204 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.2 |
| HSL | 238.21º | 0.57% | 0.54% | - |
| HSV(B) | 238.21º | 0.66% | 0.8% | - |
| XYZ | 15.87 | 10.56 | 58.33 | - |
| YUV | 87.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 204 | 0.66 | 0.64 | 0 | 0.2 | 238.21 | 0.57 | 0.54 |
| Hex | 46 | 4A | CC | 42 | 40 | 0 | 14 | EE | 39 | 36 |
| Octal | 106 | 112 | 314 | 102 | 100 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1000110 | 1001010 | 11001100 | 1000010 | 1000000 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #464ACC
Complementary color
Monochromatic Colors of #464ACC
Black with #464ACC
Text Example
Text Example
White with #464ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ACC; }
p { color: rgb(70,74,204); }
H1.HeaderClassName
{
color: #464ACC;
}
.AnyTagClassName
{
color: #464ACC;
}
</style>
background-color css
<style>
a { background-color: #464ACC; }
a { background-color: rgb(70,74,204); }
div.DivClassName
{
background-color: #464ACC;
}
.BgClassName
{
background-color: #464ACC;
}
</style>
border-color css
<style>
span { border-color: #464ACC; }
span { border-color: rgb(70,74,204); }
td.TdClassName
{
border-color: #464ACC;
}
.TagClassName
{
border-color: #464ACC;
}
</style>