Shades of Cadet Blue #4BA19B
Tints of Cadet Blue #4BA19B
RGB
CMYK
RGB Variations
Color information
#4BA19B (or 0x4BA19B) is known color: Cadet Blue. HEX triplet: 4B, A1 and 9B. RGB value is (75,161,155). Sum of RGB (Red+Green+Blue) = 75+161+155=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA19B is #B45E64. Grayscale: #868686. Windows color (decimal): -11820645 or 10199371. OLE color: 10199371.
HSL color Cylindrical-coordinate representation of color #4BA19B: hue angle of 175.81º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA19B is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 155 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.37 |
| HSL | 175.81º | 0.36% | 0.46% | - |
| HSV(B) | 175.81º | 0.53% | 0.63% | - |
| XYZ | 21.56 | 29.35 | 35.54 | - |
| YUV | 134.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 155 | 0.53 | 0 | 0.04 | 0.37 | 175.81 | 0.36 | 0.46 |
| Hex | 4B | A1 | 9B | 35 | 0 | 4 | 25 | B0 | 24 | 2E |
| Octal | 113 | 241 | 233 | 65 | 0 | 4 | 45 | 260 | 44 | 56 |
| Binary | 1001011 | 10100001 | 10011011 | 110101 | 0 | 100 | 100101 | 10110000 | 100100 | 101110 |
Color Harmonies of #4BA19B
Complementary color
Monochromatic Colors of #4BA19B
Black with #4BA19B
Text Example
Text Example
White with #4BA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA19B; }
p { color: rgb(75,161,155); }
H1.HeaderClassName
{
color: #4BA19B;
}
.AnyTagClassName
{
color: #4BA19B;
}
</style>
background-color css
<style>
a { background-color: #4BA19B; }
a { background-color: rgb(75,161,155); }
div.DivClassName
{
background-color: #4BA19B;
}
.BgClassName
{
background-color: #4BA19B;
}
</style>
border-color css
<style>
span { border-color: #4BA19B; }
span { border-color: rgb(75,161,155); }
td.TdClassName
{
border-color: #4BA19B;
}
.TagClassName
{
border-color: #4BA19B;
}
</style>