Shades of Free Speech Blue #465CC8
Tints of Free Speech Blue #465CC8
RGB
CMYK
RGB Variations
Color information
#465CC8 (or 0x465CC8) is known color: Free Speech Blue. HEX triplet: 46, 5C and C8. RGB value is (70,92,200). Sum of RGB (Red+Green+Blue) = 70+92+200=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #465CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC8 is #B9A337. Grayscale: #616161. Windows color (decimal): -12165944 or 13130822. OLE color: 13130822.
HSL color Cylindrical-coordinate representation of color #465CC8: hue angle of 229.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465CC8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 92 | 200 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.22 |
| HSL | 229.85º | 0.54% | 0.53% | - |
| HSV(B) | 229.85º | 0.65% | 0.78% | - |
| XYZ | 16.78 | 13.13 | 56.29 | - |
| YUV | 97.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 200 | 0.65 | 0.54 | 0 | 0.22 | 229.85 | 0.54 | 0.53 |
| Hex | 46 | 5C | C8 | 41 | 36 | 0 | 16 | E6 | 36 | 35 |
| Octal | 106 | 134 | 310 | 101 | 66 | 0 | 26 | 346 | 66 | 65 |
| Binary | 1000110 | 1011100 | 11001000 | 1000001 | 110110 | 0 | 10110 | 11100110 | 110110 | 110101 |
Color Harmonies of #465CC8
Complementary color
Monochromatic Colors of #465CC8
Black with #465CC8
Text Example
Text Example
White with #465CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CC8; }
p { color: rgb(70,92,200); }
H1.HeaderClassName
{
color: #465CC8;
}
.AnyTagClassName
{
color: #465CC8;
}
</style>
background-color css
<style>
a { background-color: #465CC8; }
a { background-color: rgb(70,92,200); }
div.DivClassName
{
background-color: #465CC8;
}
.BgClassName
{
background-color: #465CC8;
}
</style>
border-color css
<style>
span { border-color: #465CC8; }
span { border-color: rgb(70,92,200); }
td.TdClassName
{
border-color: #465CC8;
}
.TagClassName
{
border-color: #465CC8;
}
</style>