Shades of Cadet Blue #4B9FA6
Tints of Cadet Blue #4B9FA6
RGB
CMYK
RGB Variations
Color information
#4B9FA6 (or 0x4B9FA6) is known color: Cadet Blue. HEX triplet: 4B, 9F and A6. RGB value is (75,159,166). Sum of RGB (Red+Green+Blue) = 75+159+166=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B9FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9FA6 is #B46059. Grayscale: #868686. Windows color (decimal): -11821146 or 10919755. OLE color: 10919755.
HSL color Cylindrical-coordinate representation of color #4B9FA6: hue angle of 184.62º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B9FA6 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 159 | 166 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.35 |
| HSL | 184.62º | 0.38% | 0.47% | - |
| HSV(B) | 184.62º | 0.55% | 0.65% | - |
| XYZ | 22.18 | 29.05 | 40.51 | - |
| YUV | 134.68 | 145.67 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 159 | 166 | 0.55 | 0.04 | 0 | 0.35 | 184.62 | 0.38 | 0.47 |
| Hex | 4B | 9F | A6 | 37 | 4 | 0 | 23 | B9 | 26 | 2F |
| Octal | 113 | 237 | 246 | 67 | 4 | 0 | 43 | 271 | 46 | 57 |
| Binary | 1001011 | 10011111 | 10100110 | 110111 | 100 | 0 | 100011 | 10111001 | 100110 | 101111 |
Color Harmonies of #4B9FA6
Complementary color
Monochromatic Colors of #4B9FA6
Black with #4B9FA6
Text Example
Text Example
White with #4B9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9FA6; }
p { color: rgb(75,159,166); }
H1.HeaderClassName
{
color: #4B9FA6;
}
.AnyTagClassName
{
color: #4B9FA6;
}
</style>
background-color css
<style>
a { background-color: #4B9FA6; }
a { background-color: rgb(75,159,166); }
div.DivClassName
{
background-color: #4B9FA6;
}
.BgClassName
{
background-color: #4B9FA6;
}
</style>
border-color css
<style>
span { border-color: #4B9FA6; }
span { border-color: rgb(75,159,166); }
td.TdClassName
{
border-color: #4B9FA6;
}
.TagClassName
{
border-color: #4B9FA6;
}
</style>