Shades of Denim #0461AF
Tints of Denim #0461AF
RGB
CMYK
RGB Variations
Color information
#0461AF (or 0x0461AF) is known color: Denim. HEX triplet: 04, 61 and AF. RGB value is (4,97,175). Sum of RGB (Red+Green+Blue) = 4+97+175=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #0461AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0461AF is #FB9E50. Grayscale: #4D4D4D. Windows color (decimal): -16490065 or 11493636. OLE color: 11493636.
HSL color Cylindrical-coordinate representation of color #0461AF: hue angle of 207.37º 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 #0461AF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 97 | 175 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.31 |
| HSL | 207.37º | 0.96% | 0.35% | - |
| HSV(B) | 207.37º | 0.98% | 0.69% | - |
| XYZ | 12.06 | 11.67 | 42.17 | - |
| YUV | 78.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 175 | 0.98 | 0.45 | 0 | 0.31 | 207.37 | 0.96 | 0.35 |
| Hex | 4 | 61 | AF | 62 | 2D | 0 | 1F | CF | 60 | 23 |
| Octal | 4 | 141 | 257 | 142 | 55 | 0 | 37 | 317 | 140 | 43 |
| Binary | 100 | 1100001 | 10101111 | 1100010 | 101101 | 0 | 11111 | 11001111 | 1100000 | 100011 |
Color Harmonies of #0461AF
Complementary color
Monochromatic Colors of #0461AF
Black with #0461AF
Text Example
Text Example
White with #0461AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0461AF; }
p { color: rgb(4,97,175); }
H1.HeaderClassName
{
color: #0461AF;
}
.AnyTagClassName
{
color: #0461AF;
}
</style>
background-color css
<style>
a { background-color: #0461AF; }
a { background-color: rgb(4,97,175); }
div.DivClassName
{
background-color: #0461AF;
}
.BgClassName
{
background-color: #0461AF;
}
</style>
border-color css
<style>
span { border-color: #0461AF; }
span { border-color: rgb(4,97,175); }
td.TdClassName
{
border-color: #0461AF;
}
.TagClassName
{
border-color: #0461AF;
}
</style>