Shades of Cadet Blue #4AA6AF
Tints of Cadet Blue #4AA6AF
RGB
CMYK
RGB Variations
Color information
#4AA6AF (or 0x4AA6AF) is known color: Cadet Blue. HEX triplet: 4A, A6 and AF. RGB value is (74,166,175). Sum of RGB (Red+Green+Blue) = 74+166+175=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #4AA6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA6AF is #B55950. Grayscale: #8B8B8B. Windows color (decimal): -11884881 or 11511370. OLE color: 11511370.
HSL color Cylindrical-coordinate representation of color #4AA6AF: hue angle of 185.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AA6AF is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 166 | 175 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.31 |
| HSL | 185.35º | 0.41% | 0.49% | - |
| HSV(B) | 185.35º | 0.58% | 0.69% | - |
| XYZ | 24.2 | 31.82 | 45.42 | - |
| YUV | 139.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 175 | 0.58 | 0.05 | 0 | 0.31 | 185.35 | 0.41 | 0.49 |
| Hex | 4A | A6 | AF | 3A | 5 | 0 | 1F | B9 | 29 | 31 |
| Octal | 112 | 246 | 257 | 72 | 5 | 0 | 37 | 271 | 51 | 61 |
| Binary | 1001010 | 10100110 | 10101111 | 111010 | 101 | 0 | 11111 | 10111001 | 101001 | 110001 |
Color Harmonies of #4AA6AF
Complementary color
Monochromatic Colors of #4AA6AF
Black with #4AA6AF
Text Example
Text Example
White with #4AA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA6AF; }
p { color: rgb(74,166,175); }
H1.HeaderClassName
{
color: #4AA6AF;
}
.AnyTagClassName
{
color: #4AA6AF;
}
</style>
background-color css
<style>
a { background-color: #4AA6AF; }
a { background-color: rgb(74,166,175); }
div.DivClassName
{
background-color: #4AA6AF;
}
.BgClassName
{
background-color: #4AA6AF;
}
</style>
border-color css
<style>
span { border-color: #4AA6AF; }
span { border-color: rgb(74,166,175); }
td.TdClassName
{
border-color: #4AA6AF;
}
.TagClassName
{
border-color: #4AA6AF;
}
</style>