Shades of Dark Cerulean #004A69
Tints of Dark Cerulean #004A69
RGB
CMYK
RGB Variations
Color information
#004A69 (or 0x004A69) is known color: Dark Cerulean. HEX triplet: 00, 4A and 69. RGB value is (0,74,105). Sum of RGB (Red+Green+Blue) = 0+74+105=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #004A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A69 is #FFB596. Grayscale: #373737. Windows color (decimal): -16758167 or 6900224. OLE color: 6900224.
HSL color Cylindrical-coordinate representation of color #004A69: hue angle of 197.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A69 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 74 | 105 | - |
| CMYK | 1 | 0.30 | 0 | 0.59 |
| HSL | 197.71º | 1% | 0.21% | - |
| HSV(B) | 197.71º | 1% | 0.41% | - |
| XYZ | 5 | 5.92 | 14.24 | - |
| YUV | 55.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 105 | 1 | 0.30 | 0 | 0.59 | 197.71 | 1 | 0.21 |
| Hex | 0 | 4A | 69 | 64 | 1E | 0 | 3B | C6 | 64 | 15 |
| Octal | 0 | 112 | 151 | 144 | 36 | 0 | 73 | 306 | 144 | 25 |
| Binary | 0 | 1001010 | 1101001 | 1100100 | 11110 | 0 | 111011 | 11000110 | 1100100 | 10101 |
Color Harmonies of #004A69
Complementary color
Monochromatic Colors of #004A69
Black with #004A69
Text Example
Text Example
White with #004A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A69; }
p { color: rgb(0,74,105); }
H1.HeaderClassName
{
color: #004A69;
}
.AnyTagClassName
{
color: #004A69;
}
</style>
background-color css
<style>
a { background-color: #004A69; }
a { background-color: rgb(0,74,105); }
div.DivClassName
{
background-color: #004A69;
}
.BgClassName
{
background-color: #004A69;
}
</style>
border-color css
<style>
span { border-color: #004A69; }
span { border-color: rgb(0,74,105); }
td.TdClassName
{
border-color: #004A69;
}
.TagClassName
{
border-color: #004A69;
}
</style>