Shades of Free Speech Blue #465CCB
Tints of Free Speech Blue #465CCB
RGB
CMYK
RGB Variations
Color information
#465CCB (or 0x465CCB) is known color: Free Speech Blue. HEX triplet: 46, 5C and CB. RGB value is (70,92,203). Sum of RGB (Red+Green+Blue) = 70+92+203=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #465CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CCB is #B9A334. Grayscale: #616161. Windows color (decimal): -12165941 or 13327430. OLE color: 13327430.
HSL color Cylindrical-coordinate representation of color #465CCB: hue angle of 230.08º 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 #465CCB is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 92 | 203 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.20 |
| HSL | 230.08º | 0.56% | 0.54% | - |
| HSV(B) | 230.08º | 0.66% | 0.8% | - |
| XYZ | 17.13 | 13.27 | 58.16 | - |
| YUV | 98.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 203 | 0.66 | 0.55 | 0 | 0.20 | 230.08 | 0.56 | 0.54 |
| Hex | 46 | 5C | CB | 42 | 37 | 0 | 14 | E6 | 38 | 36 |
| Octal | 106 | 134 | 313 | 102 | 67 | 0 | 24 | 346 | 70 | 66 |
| Binary | 1000110 | 1011100 | 11001011 | 1000010 | 110111 | 0 | 10100 | 11100110 | 111000 | 110110 |
Color Harmonies of #465CCB
Complementary color
Monochromatic Colors of #465CCB
Black with #465CCB
Text Example
Text Example
White with #465CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CCB; }
p { color: rgb(70,92,203); }
H1.HeaderClassName
{
color: #465CCB;
}
.AnyTagClassName
{
color: #465CCB;
}
</style>
background-color css
<style>
a { background-color: #465CCB; }
a { background-color: rgb(70,92,203); }
div.DivClassName
{
background-color: #465CCB;
}
.BgClassName
{
background-color: #465CCB;
}
</style>
border-color css
<style>
span { border-color: #465CCB; }
span { border-color: rgb(70,92,203); }
td.TdClassName
{
border-color: #465CCB;
}
.TagClassName
{
border-color: #465CCB;
}
</style>