Shades of Denim #046AB4
Tints of Denim #046AB4
RGB
CMYK
RGB Variations
Color information
#046AB4 (or 0x046AB4) is known color: Denim. HEX triplet: 04, 6A and B4. RGB value is (4,106,180). Sum of RGB (Red+Green+Blue) = 4+106+180=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #046AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046AB4 is #FB954B. Grayscale: #535353. Windows color (decimal): -16487756 or 11823620. OLE color: 11823620.
HSL color Cylindrical-coordinate representation of color #046AB4: hue angle of 205.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AB4 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 106 | 180 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.29 |
| HSL | 205.23º | 0.96% | 0.36% | - |
| HSV(B) | 205.23º | 0.98% | 0.71% | - |
| XYZ | 13.44 | 13.63 | 45.1 | - |
| YUV | 83.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 180 | 0.98 | 0.41 | 0 | 0.29 | 205.23 | 0.96 | 0.36 |
| Hex | 4 | 6A | B4 | 62 | 29 | 0 | 1D | CD | 60 | 24 |
| Octal | 4 | 152 | 264 | 142 | 51 | 0 | 35 | 315 | 140 | 44 |
| Binary | 100 | 1101010 | 10110100 | 1100010 | 101001 | 0 | 11101 | 11001101 | 1100000 | 100100 |
Color Harmonies of #046AB4
Complementary color
Monochromatic Colors of #046AB4
Black with #046AB4
Text Example
Text Example
White with #046AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046AB4; }
p { color: rgb(4,106,180); }
H1.HeaderClassName
{
color: #046AB4;
}
.AnyTagClassName
{
color: #046AB4;
}
</style>
background-color css
<style>
a { background-color: #046AB4; }
a { background-color: rgb(4,106,180); }
div.DivClassName
{
background-color: #046AB4;
}
.BgClassName
{
background-color: #046AB4;
}
</style>
border-color css
<style>
span { border-color: #046AB4; }
span { border-color: rgb(4,106,180); }
td.TdClassName
{
border-color: #046AB4;
}
.TagClassName
{
border-color: #046AB4;
}
</style>