Shades of Cobalt #074AA4
Tints of Cobalt #074AA4
RGB
CMYK
RGB Variations
Color information
#074AA4 (or 0x074AA4) is known color: Cobalt. HEX triplet: 07, 4A and A4. RGB value is (7,74,164). Sum of RGB (Red+Green+Blue) = 7+74+164=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #074AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AA4 is #F8B55B. Grayscale: #3F3F3F. Windows color (decimal): -16299356 or 10766855. OLE color: 10766855.
HSL color Cylindrical-coordinate representation of color #074AA4: hue angle of 214.39º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AA4 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 74 | 164 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.36 |
| HSL | 214.39º | 0.92% | 0.34% | - |
| HSV(B) | 214.39º | 0.96% | 0.64% | - |
| XYZ | 9.24 | 7.62 | 36.11 | - |
| YUV | 64.23 | 184.3 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 164 | 0.96 | 0.55 | 0 | 0.36 | 214.39 | 0.92 | 0.34 |
| Hex | 7 | 4A | A4 | 60 | 37 | 0 | 24 | D6 | 5C | 22 |
| Octal | 7 | 112 | 244 | 140 | 67 | 0 | 44 | 326 | 134 | 42 |
| Binary | 111 | 1001010 | 10100100 | 1100000 | 110111 | 0 | 100100 | 11010110 | 1011100 | 100010 |
Color Harmonies of #074AA4
Complementary color
Monochromatic Colors of #074AA4
Black with #074AA4
Text Example
Text Example
White with #074AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AA4; }
p { color: rgb(7,74,164); }
H1.HeaderClassName
{
color: #074AA4;
}
.AnyTagClassName
{
color: #074AA4;
}
</style>
background-color css
<style>
a { background-color: #074AA4; }
a { background-color: rgb(7,74,164); }
div.DivClassName
{
background-color: #074AA4;
}
.BgClassName
{
background-color: #074AA4;
}
</style>
border-color css
<style>
span { border-color: #074AA4; }
span { border-color: rgb(7,74,164); }
td.TdClassName
{
border-color: #074AA4;
}
.TagClassName
{
border-color: #074AA4;
}
</style>