Shades of Free Speech Blue #4A43DA
Tints of Free Speech Blue #4A43DA
RGB
CMYK
RGB Variations
Color information
#4A43DA (or 0x4A43DA) is known color: Free Speech Blue. HEX triplet: 4A, 43 and DA. RGB value is (74,67,218). Sum of RGB (Red+Green+Blue) = 74+67+218=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A43DA is #B5BC25. Grayscale: #555555. Windows color (decimal): -11910182 or 14304074. OLE color: 14304074.
HSL color Cylindrical-coordinate representation of color #4A43DA: hue angle of 242.78º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A43DA is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 67 | 218 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.15 |
| HSL | 242.78º | 0.67% | 0.56% | - |
| HSV(B) | 242.78º | 0.69% | 0.85% | - |
| XYZ | 17.49 | 10.53 | 67.44 | - |
| YUV | 86.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 218 | 0.66 | 0.69 | 0 | 0.15 | 242.78 | 0.67 | 0.56 |
| Hex | 4A | 43 | DA | 42 | 45 | 0 | F | F3 | 43 | 38 |
| Octal | 112 | 103 | 332 | 102 | 105 | 0 | 17 | 363 | 103 | 70 |
| Binary | 1001010 | 1000011 | 11011010 | 1000010 | 1000101 | 0 | 1111 | 11110011 | 1000011 | 111000 |
Color Harmonies of #4A43DA
Complementary color
Monochromatic Colors of #4A43DA
Black with #4A43DA
Text Example
Text Example
White with #4A43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A43DA; }
p { color: rgb(74,67,218); }
H1.HeaderClassName
{
color: #4A43DA;
}
.AnyTagClassName
{
color: #4A43DA;
}
</style>
background-color css
<style>
a { background-color: #4A43DA; }
a { background-color: rgb(74,67,218); }
div.DivClassName
{
background-color: #4A43DA;
}
.BgClassName
{
background-color: #4A43DA;
}
</style>
border-color css
<style>
span { border-color: #4A43DA; }
span { border-color: rgb(74,67,218); }
td.TdClassName
{
border-color: #4A43DA;
}
.TagClassName
{
border-color: #4A43DA;
}
</style>