Shades of Cadet Blue #4BA4AA
Tints of Cadet Blue #4BA4AA
RGB
CMYK
RGB Variations
Color information
#4BA4AA (or 0x4BA4AA) is known color: Cadet Blue. HEX triplet: 4B, A4 and AA. RGB value is (75,164,170). Sum of RGB (Red+Green+Blue) = 75+164+170=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #4BA4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA4AA is #B45B55. Grayscale: #898989. Windows color (decimal): -11819862 or 11183179. OLE color: 11183179.
HSL color Cylindrical-coordinate representation of color #4BA4AA: hue angle of 183.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA4AA is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 164 | 170 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.33 |
| HSL | 183.79º | 0.39% | 0.48% | - |
| HSV(B) | 183.79º | 0.56% | 0.67% | - |
| XYZ | 23.43 | 30.95 | 42.77 | - |
| YUV | 138.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 170 | 0.56 | 0.04 | 0 | 0.33 | 183.79 | 0.39 | 0.48 |
| Hex | 4B | A4 | AA | 38 | 4 | 0 | 21 | B8 | 27 | 30 |
| Octal | 113 | 244 | 252 | 70 | 4 | 0 | 41 | 270 | 47 | 60 |
| Binary | 1001011 | 10100100 | 10101010 | 111000 | 100 | 0 | 100001 | 10111000 | 100111 | 110000 |
Color Harmonies of #4BA4AA
Complementary color
Monochromatic Colors of #4BA4AA
Black with #4BA4AA
Text Example
Text Example
White with #4BA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4AA; }
p { color: rgb(75,164,170); }
H1.HeaderClassName
{
color: #4BA4AA;
}
.AnyTagClassName
{
color: #4BA4AA;
}
</style>
background-color css
<style>
a { background-color: #4BA4AA; }
a { background-color: rgb(75,164,170); }
div.DivClassName
{
background-color: #4BA4AA;
}
.BgClassName
{
background-color: #4BA4AA;
}
</style>
border-color css
<style>
span { border-color: #4BA4AA; }
span { border-color: rgb(75,164,170); }
td.TdClassName
{
border-color: #4BA4AA;
}
.TagClassName
{
border-color: #4BA4AA;
}
</style>