Shades of Free Speech Blue #4154CB
Tints of Free Speech Blue #4154CB
RGB
CMYK
RGB Variations
Color information
#4154CB (or 0x4154CB) is known color: Free Speech Blue. HEX triplet: 41, 54 and CB. RGB value is (65,84,203). Sum of RGB (Red+Green+Blue) = 65+84+203=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #4154CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4154CB is #BEAB34. Grayscale: #5B5B5B. Windows color (decimal): -12495669 or 13325377. OLE color: 13325377.
HSL color Cylindrical-coordinate representation of color #4154CB: hue angle of 231.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4154CB is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 84 | 203 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.20 |
| HSL | 231.74º | 0.57% | 0.53% | - |
| HSV(B) | 231.74º | 0.68% | 0.8% | - |
| XYZ | 16.13 | 11.78 | 57.92 | - |
| YUV | 91.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 203 | 0.68 | 0.59 | 0 | 0.20 | 231.74 | 0.57 | 0.53 |
| Hex | 41 | 54 | CB | 44 | 3B | 0 | 14 | E8 | 39 | 35 |
| Octal | 101 | 124 | 313 | 104 | 73 | 0 | 24 | 350 | 71 | 65 |
| Binary | 1000001 | 1010100 | 11001011 | 1000100 | 111011 | 0 | 10100 | 11101000 | 111001 | 110101 |
Color Harmonies of #4154CB
Complementary color
Monochromatic Colors of #4154CB
Black with #4154CB
Text Example
Text Example
White with #4154CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154CB; }
p { color: rgb(65,84,203); }
H1.HeaderClassName
{
color: #4154CB;
}
.AnyTagClassName
{
color: #4154CB;
}
</style>
background-color css
<style>
a { background-color: #4154CB; }
a { background-color: rgb(65,84,203); }
div.DivClassName
{
background-color: #4154CB;
}
.BgClassName
{
background-color: #4154CB;
}
</style>
border-color css
<style>
span { border-color: #4154CB; }
span { border-color: rgb(65,84,203); }
td.TdClassName
{
border-color: #4154CB;
}
.TagClassName
{
border-color: #4154CB;
}
</style>