Shades of Free Speech Blue #465CC2
Tints of Free Speech Blue #465CC2
RGB
CMYK
RGB Variations
Color information
#465CC2 (or 0x465CC2) is known color: Free Speech Blue. HEX triplet: 46, 5C and C2. RGB value is (70,92,194). Sum of RGB (Red+Green+Blue) = 70+92+194=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #465CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CC2 is #B9A33D. Grayscale: #606060. Windows color (decimal): -12165950 or 12737606. OLE color: 12737606.
HSL color Cylindrical-coordinate representation of color #465CC2: hue angle of 229.35º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465CC2 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 92 | 194 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.24 |
| HSL | 229.35º | 0.5% | 0.52% | - |
| HSV(B) | 229.35º | 0.64% | 0.76% | - |
| XYZ | 16.09 | 12.85 | 52.67 | - |
| YUV | 97.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 194 | 0.64 | 0.53 | 0 | 0.24 | 229.35 | 0.5 | 0.52 |
| Hex | 46 | 5C | C2 | 40 | 35 | 0 | 18 | E5 | 32 | 34 |
| Octal | 106 | 134 | 302 | 100 | 65 | 0 | 30 | 345 | 62 | 64 |
| Binary | 1000110 | 1011100 | 11000010 | 1000000 | 110101 | 0 | 11000 | 11100101 | 110010 | 110100 |
Color Harmonies of #465CC2
Complementary color
Monochromatic Colors of #465CC2
Black with #465CC2
Text Example
Text Example
White with #465CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CC2; }
p { color: rgb(70,92,194); }
H1.HeaderClassName
{
color: #465CC2;
}
.AnyTagClassName
{
color: #465CC2;
}
</style>
background-color css
<style>
a { background-color: #465CC2; }
a { background-color: rgb(70,92,194); }
div.DivClassName
{
background-color: #465CC2;
}
.BgClassName
{
background-color: #465CC2;
}
</style>
border-color css
<style>
span { border-color: #465CC2; }
span { border-color: rgb(70,92,194); }
td.TdClassName
{
border-color: #465CC2;
}
.TagClassName
{
border-color: #465CC2;
}
</style>