Shades of Denim #074CC4
Tints of Denim #074CC4
RGB
CMYK
RGB Variations
Color information
#074CC4 (or 0x074CC4) is known color: Denim. HEX triplet: 07, 4C and C4. RGB value is (7,76,196). Sum of RGB (Red+Green+Blue) = 7+76+196=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 196 (76.95% from 255 or 70.25% from 279); Max value from RGB is 196 - color contains mainly: blue. Hex color #074CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CC4 is #F8B33B. Grayscale: #444444. Windows color (decimal): -16298812 or 12864519. OLE color: 12864519.
HSL color Cylindrical-coordinate representation of color #074CC4: hue angle of 218.1º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074CC4 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 76 | 196 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.23 |
| HSL | 218.1º | 0.93% | 0.4% | - |
| HSV(B) | 218.1º | 0.96% | 0.77% | - |
| XYZ | 12.64 | 9.2 | 53.33 | - |
| YUV | 69.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 196 | 0.96 | 0.61 | 0 | 0.23 | 218.1 | 0.93 | 0.4 |
| Hex | 7 | 4C | C4 | 60 | 3D | 0 | 17 | DA | 5D | 28 |
| Octal | 7 | 114 | 304 | 140 | 75 | 0 | 27 | 332 | 135 | 50 |
| Binary | 111 | 1001100 | 11000100 | 1100000 | 111101 | 0 | 10111 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074CC4
Complementary color
Monochromatic Colors of #074CC4
Black with #074CC4
Text Example
Text Example
White with #074CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CC4; }
p { color: rgb(7,76,196); }
H1.HeaderClassName
{
color: #074CC4;
}
.AnyTagClassName
{
color: #074CC4;
}
</style>
background-color css
<style>
a { background-color: #074CC4; }
a { background-color: rgb(7,76,196); }
div.DivClassName
{
background-color: #074CC4;
}
.BgClassName
{
background-color: #074CC4;
}
</style>
border-color css
<style>
span { border-color: #074CC4; }
span { border-color: rgb(7,76,196); }
td.TdClassName
{
border-color: #074CC4;
}
.TagClassName
{
border-color: #074CC4;
}
</style>