Shades of Denim #0462AF
Tints of Denim #0462AF
RGB
CMYK
RGB Variations
Color information
#0462AF (or 0x0462AF) is known color: Denim. HEX triplet: 04, 62 and AF. RGB value is (4,98,175). Sum of RGB (Red+Green+Blue) = 4+98+175=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #0462AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0462AF is #FB9D50. Grayscale: #4E4E4E. Windows color (decimal): -16489809 or 11493892. OLE color: 11493892.
HSL color Cylindrical-coordinate representation of color #0462AF: hue angle of 207.02º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462AF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 98 | 175 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.31 |
| HSL | 207.02º | 0.96% | 0.35% | - |
| HSV(B) | 207.02º | 0.98% | 0.69% | - |
| XYZ | 12.16 | 11.86 | 42.21 | - |
| YUV | 78.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 175 | 0.98 | 0.44 | 0 | 0.31 | 207.02 | 0.96 | 0.35 |
| Hex | 4 | 62 | AF | 62 | 2C | 0 | 1F | CF | 60 | 23 |
| Octal | 4 | 142 | 257 | 142 | 54 | 0 | 37 | 317 | 140 | 43 |
| Binary | 100 | 1100010 | 10101111 | 1100010 | 101100 | 0 | 11111 | 11001111 | 1100000 | 100011 |
Color Harmonies of #0462AF
Complementary color
Monochromatic Colors of #0462AF
Black with #0462AF
Text Example
Text Example
White with #0462AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0462AF; }
p { color: rgb(4,98,175); }
H1.HeaderClassName
{
color: #0462AF;
}
.AnyTagClassName
{
color: #0462AF;
}
</style>
background-color css
<style>
a { background-color: #0462AF; }
a { background-color: rgb(4,98,175); }
div.DivClassName
{
background-color: #0462AF;
}
.BgClassName
{
background-color: #0462AF;
}
</style>
border-color css
<style>
span { border-color: #0462AF; }
span { border-color: rgb(4,98,175); }
td.TdClassName
{
border-color: #0462AF;
}
.TagClassName
{
border-color: #0462AF;
}
</style>