Shades of Egyptian Blue #20479A
Tints of Egyptian Blue #20479A
RGB
CMYK
RGB Variations
Color information
#20479A (or 0x20479A) is known color: Egyptian Blue. HEX triplet: 20, 47 and 9A. RGB value is (32,71,154). Sum of RGB (Red+Green+Blue) = 32+71+154=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #20479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20479A is #DFB865. Grayscale: #444444. Windows color (decimal): -14661734 or 10110752. OLE color: 10110752.
HSL color Cylindrical-coordinate representation of color #20479A: hue angle of 220.82º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20479A is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 71 | 154 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.40 |
| HSL | 220.82º | 0.66% | 0.36% | - |
| HSV(B) | 220.82º | 0.79% | 0.6% | - |
| XYZ | 8.68 | 7.15 | 31.49 | - |
| YUV | 68.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 154 | 0.79 | 0.54 | 0 | 0.40 | 220.82 | 0.66 | 0.36 |
| Hex | 20 | 47 | 9A | 4F | 36 | 0 | 28 | DD | 42 | 24 |
| Octal | 40 | 107 | 232 | 117 | 66 | 0 | 50 | 335 | 102 | 44 |
| Binary | 100000 | 1000111 | 10011010 | 1001111 | 110110 | 0 | 101000 | 11011101 | 1000010 | 100100 |
Color Harmonies of #20479A
Complementary color
Monochromatic Colors of #20479A
Black with #20479A
Text Example
Text Example
White with #20479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20479A; }
p { color: rgb(32,71,154); }
H1.HeaderClassName
{
color: #20479A;
}
.AnyTagClassName
{
color: #20479A;
}
</style>
background-color css
<style>
a { background-color: #20479A; }
a { background-color: rgb(32,71,154); }
div.DivClassName
{
background-color: #20479A;
}
.BgClassName
{
background-color: #20479A;
}
</style>
border-color css
<style>
span { border-color: #20479A; }
span { border-color: rgb(32,71,154); }
td.TdClassName
{
border-color: #20479A;
}
.TagClassName
{
border-color: #20479A;
}
</style>