Shades of Denim #0460AA
Tints of Denim #0460AA
RGB
CMYK
RGB Variations
Color information
#0460AA (or 0x0460AA) is known color: Denim. HEX triplet: 04, 60 and AA. RGB value is (4,96,170). Sum of RGB (Red+Green+Blue) = 4+96+170=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #0460AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0460AA is #FB9F55. Grayscale: #4C4C4C. Windows color (decimal): -16490326 or 11165700. OLE color: 11165700.
HSL color Cylindrical-coordinate representation of color #0460AA: hue angle of 206.75º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460AA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 96 | 170 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.33 |
| HSL | 206.75º | 0.95% | 0.34% | - |
| HSV(B) | 206.75º | 0.98% | 0.67% | - |
| XYZ | 11.49 | 11.29 | 39.6 | - |
| YUV | 76.93 | 180.52 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 170 | 0.98 | 0.44 | 0 | 0.33 | 206.75 | 0.95 | 0.34 |
| Hex | 4 | 60 | AA | 62 | 2C | 0 | 21 | CF | 5F | 22 |
| Octal | 4 | 140 | 252 | 142 | 54 | 0 | 41 | 317 | 137 | 42 |
| Binary | 100 | 1100000 | 10101010 | 1100010 | 101100 | 0 | 100001 | 11001111 | 1011111 | 100010 |
Color Harmonies of #0460AA
Complementary color
Monochromatic Colors of #0460AA
Black with #0460AA
Text Example
Text Example
White with #0460AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0460AA; }
p { color: rgb(4,96,170); }
H1.HeaderClassName
{
color: #0460AA;
}
.AnyTagClassName
{
color: #0460AA;
}
</style>
background-color css
<style>
a { background-color: #0460AA; }
a { background-color: rgb(4,96,170); }
div.DivClassName
{
background-color: #0460AA;
}
.BgClassName
{
background-color: #0460AA;
}
</style>
border-color css
<style>
span { border-color: #0460AA; }
span { border-color: rgb(4,96,170); }
td.TdClassName
{
border-color: #0460AA;
}
.TagClassName
{
border-color: #0460AA;
}
</style>