Shades of Cadet Blue #4BA4A2
Tints of Cadet Blue #4BA4A2
RGB
CMYK
RGB Variations
Color information
#4BA4A2 (or 0x4BA4A2) is known color: Cadet Blue. HEX triplet: 4B, A4 and A2. RGB value is (75,164,162). Sum of RGB (Red+Green+Blue) = 75+164+162=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA4A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA4A2 is #B45B5D. Grayscale: #898989. Windows color (decimal): -11819870 or 10658891. OLE color: 10658891.
HSL color Cylindrical-coordinate representation of color #4BA4A2: hue angle of 178.65º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA4A2 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 162 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.36 |
| HSL | 178.65º | 0.37% | 0.47% | - |
| HSV(B) | 178.65º | 0.54% | 0.64% | - |
| XYZ | 22.7 | 30.66 | 38.9 | - |
| YUV | 137.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 162 | 0.54 | 0 | 0.01 | 0.36 | 178.65 | 0.37 | 0.47 |
| Hex | 4B | A4 | A2 | 36 | 0 | 1 | 24 | B3 | 25 | 2F |
| Octal | 113 | 244 | 242 | 66 | 0 | 1 | 44 | 263 | 45 | 57 |
| Binary | 1001011 | 10100100 | 10100010 | 110110 | 0 | 1 | 100100 | 10110011 | 100101 | 101111 |
Color Harmonies of #4BA4A2
Complementary color
Monochromatic Colors of #4BA4A2
Black with #4BA4A2
Text Example
Text Example
White with #4BA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4A2; }
p { color: rgb(75,164,162); }
H1.HeaderClassName
{
color: #4BA4A2;
}
.AnyTagClassName
{
color: #4BA4A2;
}
</style>
background-color css
<style>
a { background-color: #4BA4A2; }
a { background-color: rgb(75,164,162); }
div.DivClassName
{
background-color: #4BA4A2;
}
.BgClassName
{
background-color: #4BA4A2;
}
</style>
border-color css
<style>
span { border-color: #4BA4A2; }
span { border-color: rgb(75,164,162); }
td.TdClassName
{
border-color: #4BA4A2;
}
.TagClassName
{
border-color: #4BA4A2;
}
</style>