Shades of Cadet Blue #469FA4
Tints of Cadet Blue #469FA4
RGB
CMYK
RGB Variations
Color information
#469FA4 (or 0x469FA4) is known color: Cadet Blue. HEX triplet: 46, 9F and A4. RGB value is (70,159,164). Sum of RGB (Red+Green+Blue) = 70+159+164=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #469FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469FA4 is #B9605B. Grayscale: #848484. Windows color (decimal): -12148828 or 10788678. OLE color: 10788678.
HSL color Cylindrical-coordinate representation of color #469FA4: hue angle of 183.19º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469FA4 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 159 | 164 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.36 |
| HSL | 183.19º | 0.4% | 0.46% | - |
| HSV(B) | 183.19º | 0.57% | 0.64% | - |
| XYZ | 21.62 | 28.78 | 39.54 | - |
| YUV | 132.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 164 | 0.57 | 0.03 | 0 | 0.36 | 183.19 | 0.4 | 0.46 |
| Hex | 46 | 9F | A4 | 39 | 3 | 0 | 24 | B7 | 28 | 2E |
| Octal | 106 | 237 | 244 | 71 | 3 | 0 | 44 | 267 | 50 | 56 |
| Binary | 1000110 | 10011111 | 10100100 | 111001 | 11 | 0 | 100100 | 10110111 | 101000 | 101110 |
Color Harmonies of #469FA4
Complementary color
Monochromatic Colors of #469FA4
Black with #469FA4
Text Example
Text Example
White with #469FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FA4; }
p { color: rgb(70,159,164); }
H1.HeaderClassName
{
color: #469FA4;
}
.AnyTagClassName
{
color: #469FA4;
}
</style>
background-color css
<style>
a { background-color: #469FA4; }
a { background-color: rgb(70,159,164); }
div.DivClassName
{
background-color: #469FA4;
}
.BgClassName
{
background-color: #469FA4;
}
</style>
border-color css
<style>
span { border-color: #469FA4; }
span { border-color: rgb(70,159,164); }
td.TdClassName
{
border-color: #469FA4;
}
.TagClassName
{
border-color: #469FA4;
}
</style>