Shades of Dark Cerulean #004A90
Tints of Dark Cerulean #004A90
RGB
CMYK
RGB Variations
Color information
#004A90 (or 0x004A90) is known color: Dark Cerulean. HEX triplet: 00, 4A and 90. RGB value is (0,74,144). Sum of RGB (Red+Green+Blue) = 0+74+144=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #004A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A90 is #FFB56F. Grayscale: #3B3B3B. Windows color (decimal): -16758128 or 9456128. OLE color: 9456128.
HSL color Cylindrical-coordinate representation of color #004A90: hue angle of 209.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A90 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 74 | 144 | - |
| CMYK | 1 | 0.49 | 0 | 0.44 |
| HSL | 209.17º | 1% | 0.28% | - |
| HSV(B) | 209.17º | 1% | 0.56% | - |
| XYZ | 7.48 | 6.91 | 27.33 | - |
| YUV | 59.85 | 175.48 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 144 | 1 | 0.49 | 0 | 0.44 | 209.17 | 1 | 0.28 |
| Hex | 0 | 4A | 90 | 64 | 31 | 0 | 2C | D1 | 64 | 1C |
| Octal | 0 | 112 | 220 | 144 | 61 | 0 | 54 | 321 | 144 | 34 |
| Binary | 0 | 1001010 | 10010000 | 1100100 | 110001 | 0 | 101100 | 11010001 | 1100100 | 11100 |
Color Harmonies of #004A90
Complementary color
Monochromatic Colors of #004A90
Black with #004A90
Text Example
Text Example
White with #004A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A90; }
p { color: rgb(0,74,144); }
H1.HeaderClassName
{
color: #004A90;
}
.AnyTagClassName
{
color: #004A90;
}
</style>
background-color css
<style>
a { background-color: #004A90; }
a { background-color: rgb(0,74,144); }
div.DivClassName
{
background-color: #004A90;
}
.BgClassName
{
background-color: #004A90;
}
</style>
border-color css
<style>
span { border-color: #004A90; }
span { border-color: rgb(0,74,144); }
td.TdClassName
{
border-color: #004A90;
}
.TagClassName
{
border-color: #004A90;
}
</style>