Shades of Denim #0463AA
Tints of Denim #0463AA
RGB
CMYK
RGB Variations
Color information
#0463AA (or 0x0463AA) is known color: Denim. HEX triplet: 04, 63 and AA. RGB value is (4,99,170). Sum of RGB (Red+Green+Blue) = 4+99+170=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0463AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0463AA is #FB9C55. Grayscale: #4E4E4E. Windows color (decimal): -16489558 or 11166468. OLE color: 11166468.
HSL color Cylindrical-coordinate representation of color #0463AA: hue angle of 205.66º 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 #0463AA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 99 | 170 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.33 |
| HSL | 205.66º | 0.95% | 0.34% | - |
| HSV(B) | 205.66º | 0.98% | 0.67% | - |
| XYZ | 11.77 | 11.85 | 39.7 | - |
| YUV | 78.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 170 | 0.98 | 0.42 | 0 | 0.33 | 205.66 | 0.95 | 0.34 |
| Hex | 4 | 63 | AA | 62 | 2A | 0 | 21 | CE | 5F | 22 |
| Octal | 4 | 143 | 252 | 142 | 52 | 0 | 41 | 316 | 137 | 42 |
| Binary | 100 | 1100011 | 10101010 | 1100010 | 101010 | 0 | 100001 | 11001110 | 1011111 | 100010 |
Color Harmonies of #0463AA
Complementary color
Monochromatic Colors of #0463AA
Black with #0463AA
Text Example
Text Example
White with #0463AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0463AA; }
p { color: rgb(4,99,170); }
H1.HeaderClassName
{
color: #0463AA;
}
.AnyTagClassName
{
color: #0463AA;
}
</style>
background-color css
<style>
a { background-color: #0463AA; }
a { background-color: rgb(4,99,170); }
div.DivClassName
{
background-color: #0463AA;
}
.BgClassName
{
background-color: #0463AA;
}
</style>
border-color css
<style>
span { border-color: #0463AA; }
span { border-color: rgb(4,99,170); }
td.TdClassName
{
border-color: #0463AA;
}
.TagClassName
{
border-color: #0463AA;
}
</style>