Shades of Denim #074CC6
Tints of Denim #074CC6
RGB
CMYK
RGB Variations
Color information
#074CC6 (or 0x074CC6) is known color: Denim. HEX triplet: 07, 4C and C6. RGB value is (7,76,198). Sum of RGB (Red+Green+Blue) = 7+76+198=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #074CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CC6 is #F8B339. Grayscale: #444444. Windows color (decimal): -16298810 or 12995591. OLE color: 12995591.
HSL color Cylindrical-coordinate representation of color #074CC6: hue angle of 218.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074CC6 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 76 | 198 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.22 |
| HSL | 218.32º | 0.93% | 0.4% | - |
| HSV(B) | 218.32º | 0.96% | 0.78% | - |
| XYZ | 12.87 | 9.29 | 54.54 | - |
| YUV | 69.28 | 200.64 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 198 | 0.96 | 0.62 | 0 | 0.22 | 218.32 | 0.93 | 0.4 |
| Hex | 7 | 4C | C6 | 60 | 3E | 0 | 16 | DA | 5D | 28 |
| Octal | 7 | 114 | 306 | 140 | 76 | 0 | 26 | 332 | 135 | 50 |
| Binary | 111 | 1001100 | 11000110 | 1100000 | 111110 | 0 | 10110 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074CC6
Complementary color
Monochromatic Colors of #074CC6
Black with #074CC6
Text Example
Text Example
White with #074CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CC6; }
p { color: rgb(7,76,198); }
H1.HeaderClassName
{
color: #074CC6;
}
.AnyTagClassName
{
color: #074CC6;
}
</style>
background-color css
<style>
a { background-color: #074CC6; }
a { background-color: rgb(7,76,198); }
div.DivClassName
{
background-color: #074CC6;
}
.BgClassName
{
background-color: #074CC6;
}
</style>
border-color css
<style>
span { border-color: #074CC6; }
span { border-color: rgb(7,76,198); }
td.TdClassName
{
border-color: #074CC6;
}
.TagClassName
{
border-color: #074CC6;
}
</style>