Shades of Free Speech Blue #4258C1
Tints of Free Speech Blue #4258C1
RGB
CMYK
RGB Variations
Color information
#4258C1 (or 0x4258C1) is known color: Free Speech Blue. HEX triplet: 42, 58 and C1. RGB value is (66,88,193). Sum of RGB (Red+Green+Blue) = 66+88+193=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #4258C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258C1 is #BDA73E. Grayscale: #5C5C5C. Windows color (decimal): -12429119 or 12671042. OLE color: 12671042.
HSL color Cylindrical-coordinate representation of color #4258C1: hue angle of 229.61º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4258C1 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 88 | 193 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.24 |
| HSL | 229.61º | 0.51% | 0.51% | - |
| HSV(B) | 229.61º | 0.66% | 0.76% | - |
| XYZ | 15.36 | 11.99 | 51.96 | - |
| YUV | 93.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 193 | 0.66 | 0.54 | 0 | 0.24 | 229.61 | 0.51 | 0.51 |
| Hex | 42 | 58 | C1 | 42 | 36 | 0 | 18 | E6 | 33 | 33 |
| Octal | 102 | 130 | 301 | 102 | 66 | 0 | 30 | 346 | 63 | 63 |
| Binary | 1000010 | 1011000 | 11000001 | 1000010 | 110110 | 0 | 11000 | 11100110 | 110011 | 110011 |
Color Harmonies of #4258C1
Complementary color
Monochromatic Colors of #4258C1
Black with #4258C1
Text Example
Text Example
White with #4258C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4258C1; }
p { color: rgb(66,88,193); }
H1.HeaderClassName
{
color: #4258C1;
}
.AnyTagClassName
{
color: #4258C1;
}
</style>
background-color css
<style>
a { background-color: #4258C1; }
a { background-color: rgb(66,88,193); }
div.DivClassName
{
background-color: #4258C1;
}
.BgClassName
{
background-color: #4258C1;
}
</style>
border-color css
<style>
span { border-color: #4258C1; }
span { border-color: rgb(66,88,193); }
td.TdClassName
{
border-color: #4258C1;
}
.TagClassName
{
border-color: #4258C1;
}
</style>