Shades of Free Speech Blue #4457CB
Tints of Free Speech Blue #4457CB
RGB
CMYK
RGB Variations
Color information
#4457CB (or 0x4457CB) is known color: Free Speech Blue. HEX triplet: 44, 57 and CB. RGB value is (68,87,203). Sum of RGB (Red+Green+Blue) = 68+87+203=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4457CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4457CB is #BBA834. Grayscale: #5E5E5E. Windows color (decimal): -12298293 or 13326148. OLE color: 13326148.
HSL color Cylindrical-coordinate representation of color #4457CB: hue angle of 231.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4457CB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 87 | 203 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.20 |
| HSL | 231.56º | 0.56% | 0.53% | - |
| HSV(B) | 231.56º | 0.67% | 0.8% | - |
| XYZ | 16.57 | 12.36 | 58.01 | - |
| YUV | 94.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 203 | 0.67 | 0.57 | 0 | 0.20 | 231.56 | 0.56 | 0.53 |
| Hex | 44 | 57 | CB | 43 | 39 | 0 | 14 | E8 | 38 | 35 |
| Octal | 104 | 127 | 313 | 103 | 71 | 0 | 24 | 350 | 70 | 65 |
| Binary | 1000100 | 1010111 | 11001011 | 1000011 | 111001 | 0 | 10100 | 11101000 | 111000 | 110101 |
Color Harmonies of #4457CB
Complementary color
Monochromatic Colors of #4457CB
Black with #4457CB
Text Example
Text Example
White with #4457CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4457CB; }
p { color: rgb(68,87,203); }
H1.HeaderClassName
{
color: #4457CB;
}
.AnyTagClassName
{
color: #4457CB;
}
</style>
background-color css
<style>
a { background-color: #4457CB; }
a { background-color: rgb(68,87,203); }
div.DivClassName
{
background-color: #4457CB;
}
.BgClassName
{
background-color: #4457CB;
}
</style>
border-color css
<style>
span { border-color: #4457CB; }
span { border-color: rgb(68,87,203); }
td.TdClassName
{
border-color: #4457CB;
}
.TagClassName
{
border-color: #4457CB;
}
</style>