Shades of Free Speech Blue #4A53DA
Tints of Free Speech Blue #4A53DA
RGB
CMYK
RGB Variations
Color information
#4A53DA (or 0x4A53DA) is known color: Free Speech Blue. HEX triplet: 4A, 53 and DA. RGB value is (74,83,218). Sum of RGB (Red+Green+Blue) = 74+83+218=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A53DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A53DA is #B5AC25. Grayscale: #5F5F5F. Windows color (decimal): -11906086 or 14308170. OLE color: 14308170.
HSL color Cylindrical-coordinate representation of color #4A53DA: hue angle of 236.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A53DA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 83 | 218 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.15 |
| HSL | 236.25º | 0.66% | 0.57% | - |
| HSV(B) | 236.25º | 0.66% | 0.85% | - |
| XYZ | 18.57 | 12.7 | 67.8 | - |
| YUV | 95.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 218 | 0.66 | 0.62 | 0 | 0.15 | 236.25 | 0.66 | 0.57 |
| Hex | 4A | 53 | DA | 42 | 3E | 0 | F | EC | 42 | 39 |
| Octal | 112 | 123 | 332 | 102 | 76 | 0 | 17 | 354 | 102 | 71 |
| Binary | 1001010 | 1010011 | 11011010 | 1000010 | 111110 | 0 | 1111 | 11101100 | 1000010 | 111001 |
Color Harmonies of #4A53DA
Complementary color
Monochromatic Colors of #4A53DA
Black with #4A53DA
Text Example
Text Example
White with #4A53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A53DA; }
p { color: rgb(74,83,218); }
H1.HeaderClassName
{
color: #4A53DA;
}
.AnyTagClassName
{
color: #4A53DA;
}
</style>
background-color css
<style>
a { background-color: #4A53DA; }
a { background-color: rgb(74,83,218); }
div.DivClassName
{
background-color: #4A53DA;
}
.BgClassName
{
background-color: #4A53DA;
}
</style>
border-color css
<style>
span { border-color: #4A53DA; }
span { border-color: rgb(74,83,218); }
td.TdClassName
{
border-color: #4A53DA;
}
.TagClassName
{
border-color: #4A53DA;
}
</style>