Shades of Free Speech Blue #465FCB
Tints of Free Speech Blue #465FCB
RGB
CMYK
RGB Variations
Color information
#465FCB (or 0x465FCB) is known color: Free Speech Blue. HEX triplet: 46, 5F and CB. RGB value is (70,95,203). Sum of RGB (Red+Green+Blue) = 70+95+203=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #465FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FCB is #B9A034. Grayscale: #636363. Windows color (decimal): -12165173 or 13328198. OLE color: 13328198.
HSL color Cylindrical-coordinate representation of color #465FCB: hue angle of 228.72º degrees, saturation: 0.56, 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 #465FCB is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 95 | 203 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.20 |
| HSL | 228.72º | 0.56% | 0.54% | - |
| HSV(B) | 228.72º | 0.66% | 0.8% | - |
| XYZ | 17.4 | 13.8 | 58.25 | - |
| YUV | 99.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 203 | 0.66 | 0.53 | 0 | 0.20 | 228.72 | 0.56 | 0.54 |
| Hex | 46 | 5F | CB | 42 | 35 | 0 | 14 | E5 | 38 | 36 |
| Octal | 106 | 137 | 313 | 102 | 65 | 0 | 24 | 345 | 70 | 66 |
| Binary | 1000110 | 1011111 | 11001011 | 1000010 | 110101 | 0 | 10100 | 11100101 | 111000 | 110110 |
Color Harmonies of #465FCB
Complementary color
Monochromatic Colors of #465FCB
Black with #465FCB
Text Example
Text Example
White with #465FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FCB; }
p { color: rgb(70,95,203); }
H1.HeaderClassName
{
color: #465FCB;
}
.AnyTagClassName
{
color: #465FCB;
}
</style>
background-color css
<style>
a { background-color: #465FCB; }
a { background-color: rgb(70,95,203); }
div.DivClassName
{
background-color: #465FCB;
}
.BgClassName
{
background-color: #465FCB;
}
</style>
border-color css
<style>
span { border-color: #465FCB; }
span { border-color: rgb(70,95,203); }
td.TdClassName
{
border-color: #465FCB;
}
.TagClassName
{
border-color: #465FCB;
}
</style>