Shades of Cadet Blue #4EA2A4
Tints of Cadet Blue #4EA2A4
RGB
CMYK
RGB Variations
Color information
#4EA2A4 (or 0x4EA2A4) is known color: Cadet Blue. HEX triplet: 4E, A2 and A4. RGB value is (78,162,164). Sum of RGB (Red+Green+Blue) = 78+162+164=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #4EA2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA2A4 is #B15D5B. Grayscale: #898989. Windows color (decimal): -11623772 or 10789454. OLE color: 10789454.
HSL color Cylindrical-coordinate representation of color #4EA2A4: hue angle of 181.4º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA2A4 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 164 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.36 |
| HSL | 181.4º | 0.36% | 0.47% | - |
| HSV(B) | 181.4º | 0.52% | 0.64% | - |
| XYZ | 22.76 | 30.14 | 39.74 | - |
| YUV | 137.11 | 143.17 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 164 | 0.52 | 0.01 | 0 | 0.36 | 181.4 | 0.36 | 0.47 |
| Hex | 4E | A2 | A4 | 34 | 1 | 0 | 24 | B5 | 24 | 2F |
| Octal | 116 | 242 | 244 | 64 | 1 | 0 | 44 | 265 | 44 | 57 |
| Binary | 1001110 | 10100010 | 10100100 | 110100 | 1 | 0 | 100100 | 10110101 | 100100 | 101111 |
Color Harmonies of #4EA2A4
Complementary color
Monochromatic Colors of #4EA2A4
Black with #4EA2A4
Text Example
Text Example
White with #4EA2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2A4; }
p { color: rgb(78,162,164); }
H1.HeaderClassName
{
color: #4EA2A4;
}
.AnyTagClassName
{
color: #4EA2A4;
}
</style>
background-color css
<style>
a { background-color: #4EA2A4; }
a { background-color: rgb(78,162,164); }
div.DivClassName
{
background-color: #4EA2A4;
}
.BgClassName
{
background-color: #4EA2A4;
}
</style>
border-color css
<style>
span { border-color: #4EA2A4; }
span { border-color: rgb(78,162,164); }
td.TdClassName
{
border-color: #4EA2A4;
}
.TagClassName
{
border-color: #4EA2A4;
}
</style>