Shades of Free Speech Blue #4A69CB
Tints of Free Speech Blue #4A69CB
RGB
CMYK
RGB Variations
Color information
#4A69CB (or 0x4A69CB) is known color: Free Speech Blue. HEX triplet: 4A, 69 and CB. RGB value is (74,105,203). Sum of RGB (Red+Green+Blue) = 74+105+203=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A69CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69CB is #B59634. Grayscale: #6A6A6A. Windows color (decimal): -11900469 or 13330762. OLE color: 13330762.
HSL color Cylindrical-coordinate representation of color #4A69CB: hue angle of 225.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A69CB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 105 | 203 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.20 |
| HSL | 225.58º | 0.55% | 0.54% | - |
| HSV(B) | 225.58º | 0.64% | 0.8% | - |
| XYZ | 18.66 | 15.87 | 58.58 | - |
| YUV | 106.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 203 | 0.64 | 0.48 | 0 | 0.20 | 225.58 | 0.55 | 0.54 |
| Hex | 4A | 69 | CB | 40 | 30 | 0 | 14 | E2 | 37 | 36 |
| Octal | 112 | 151 | 313 | 100 | 60 | 0 | 24 | 342 | 67 | 66 |
| Binary | 1001010 | 1101001 | 11001011 | 1000000 | 110000 | 0 | 10100 | 11100010 | 110111 | 110110 |
Color Harmonies of #4A69CB
Complementary color
Monochromatic Colors of #4A69CB
Black with #4A69CB
Text Example
Text Example
White with #4A69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A69CB; }
p { color: rgb(74,105,203); }
H1.HeaderClassName
{
color: #4A69CB;
}
.AnyTagClassName
{
color: #4A69CB;
}
</style>
background-color css
<style>
a { background-color: #4A69CB; }
a { background-color: rgb(74,105,203); }
div.DivClassName
{
background-color: #4A69CB;
}
.BgClassName
{
background-color: #4A69CB;
}
</style>
border-color css
<style>
span { border-color: #4A69CB; }
span { border-color: rgb(74,105,203); }
td.TdClassName
{
border-color: #4A69CB;
}
.TagClassName
{
border-color: #4A69CB;
}
</style>