Shades of Cadet Blue #4A9BA3
Tints of Cadet Blue #4A9BA3
RGB
CMYK
RGB Variations
Color information
#4A9BA3 (or 0x4A9BA3) is known color: Cadet Blue. HEX triplet: 4A, 9B and A3. RGB value is (74,155,163). Sum of RGB (Red+Green+Blue) = 74+155+163=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A9BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9BA3 is #B5645C. Grayscale: #838383. Windows color (decimal): -11887709 or 10722122. OLE color: 10722122.
HSL color Cylindrical-coordinate representation of color #4A9BA3: hue angle of 185.39º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A9BA3 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 155 | 163 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.36 |
| HSL | 185.39º | 0.38% | 0.46% | - |
| HSV(B) | 185.39º | 0.55% | 0.64% | - |
| XYZ | 21.16 | 27.54 | 38.85 | - |
| YUV | 131.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 163 | 0.55 | 0.05 | 0 | 0.36 | 185.39 | 0.38 | 0.46 |
| Hex | 4A | 9B | A3 | 37 | 5 | 0 | 24 | B9 | 26 | 2E |
| Octal | 112 | 233 | 243 | 67 | 5 | 0 | 44 | 271 | 46 | 56 |
| Binary | 1001010 | 10011011 | 10100011 | 110111 | 101 | 0 | 100100 | 10111001 | 100110 | 101110 |
Color Harmonies of #4A9BA3
Complementary color
Monochromatic Colors of #4A9BA3
Black with #4A9BA3
Text Example
Text Example
White with #4A9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9BA3; }
p { color: rgb(74,155,163); }
H1.HeaderClassName
{
color: #4A9BA3;
}
.AnyTagClassName
{
color: #4A9BA3;
}
</style>
background-color css
<style>
a { background-color: #4A9BA3; }
a { background-color: rgb(74,155,163); }
div.DivClassName
{
background-color: #4A9BA3;
}
.BgClassName
{
background-color: #4A9BA3;
}
</style>
border-color css
<style>
span { border-color: #4A9BA3; }
span { border-color: rgb(74,155,163); }
td.TdClassName
{
border-color: #4A9BA3;
}
.TagClassName
{
border-color: #4A9BA3;
}
</style>