Shades of Cadet Blue #4BA6AF
Tints of Cadet Blue #4BA6AF
RGB
CMYK
RGB Variations
Color information
#4BA6AF (or 0x4BA6AF) is known color: Cadet Blue. HEX triplet: 4B, A6 and AF. RGB value is (75,166,175). Sum of RGB (Red+Green+Blue) = 75+166+175=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BA6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA6AF is #B45950. Grayscale: #8B8B8B. Windows color (decimal): -11819345 or 11511371. OLE color: 11511371.
HSL color Cylindrical-coordinate representation of color #4BA6AF: hue angle of 185.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA6AF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 166 | 175 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.31 |
| HSL | 185.4º | 0.4% | 0.49% | - |
| HSV(B) | 185.4º | 0.57% | 0.69% | - |
| XYZ | 24.28 | 31.86 | 45.43 | - |
| YUV | 139.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 175 | 0.57 | 0.05 | 0 | 0.31 | 185.4 | 0.4 | 0.49 |
| Hex | 4B | A6 | AF | 39 | 5 | 0 | 1F | B9 | 28 | 31 |
| Octal | 113 | 246 | 257 | 71 | 5 | 0 | 37 | 271 | 50 | 61 |
| Binary | 1001011 | 10100110 | 10101111 | 111001 | 101 | 0 | 11111 | 10111001 | 101000 | 110001 |
Color Harmonies of #4BA6AF
Complementary color
Monochromatic Colors of #4BA6AF
Black with #4BA6AF
Text Example
Text Example
White with #4BA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA6AF; }
p { color: rgb(75,166,175); }
H1.HeaderClassName
{
color: #4BA6AF;
}
.AnyTagClassName
{
color: #4BA6AF;
}
</style>
background-color css
<style>
a { background-color: #4BA6AF; }
a { background-color: rgb(75,166,175); }
div.DivClassName
{
background-color: #4BA6AF;
}
.BgClassName
{
background-color: #4BA6AF;
}
</style>
border-color css
<style>
span { border-color: #4BA6AF; }
span { border-color: rgb(75,166,175); }
td.TdClassName
{
border-color: #4BA6AF;
}
.TagClassName
{
border-color: #4BA6AF;
}
</style>