Shades of Cadet Blue #4BA6A2
Tints of Cadet Blue #4BA6A2
RGB
CMYK
RGB Variations
Color information
#4BA6A2 (or 0x4BA6A2) is known color: Cadet Blue. HEX triplet: 4B, A6 and A2. RGB value is (75,166,162). Sum of RGB (Red+Green+Blue) = 75+166+162=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA6A2 is #B4595D. Grayscale: #8A8A8A. Windows color (decimal): -11819358 or 10659403. OLE color: 10659403.
HSL color Cylindrical-coordinate representation of color #4BA6A2: hue angle of 177.36º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA6A2 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 162 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.35 |
| HSL | 177.36º | 0.38% | 0.47% | - |
| HSV(B) | 177.36º | 0.55% | 0.65% | - |
| XYZ | 23.06 | 31.38 | 39.02 | - |
| YUV | 138.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 162 | 0.55 | 0 | 0.02 | 0.35 | 177.36 | 0.38 | 0.47 |
| Hex | 4B | A6 | A2 | 37 | 0 | 2 | 23 | B1 | 26 | 2F |
| Octal | 113 | 246 | 242 | 67 | 0 | 2 | 43 | 261 | 46 | 57 |
| Binary | 1001011 | 10100110 | 10100010 | 110111 | 0 | 10 | 100011 | 10110001 | 100110 | 101111 |
Color Harmonies of #4BA6A2
Complementary color
Monochromatic Colors of #4BA6A2
Black with #4BA6A2
Text Example
Text Example
White with #4BA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA6A2; }
p { color: rgb(75,166,162); }
H1.HeaderClassName
{
color: #4BA6A2;
}
.AnyTagClassName
{
color: #4BA6A2;
}
</style>
background-color css
<style>
a { background-color: #4BA6A2; }
a { background-color: rgb(75,166,162); }
div.DivClassName
{
background-color: #4BA6A2;
}
.BgClassName
{
background-color: #4BA6A2;
}
</style>
border-color css
<style>
span { border-color: #4BA6A2; }
span { border-color: rgb(75,166,162); }
td.TdClassName
{
border-color: #4BA6A2;
}
.TagClassName
{
border-color: #4BA6A2;
}
</style>