Shades of Prussian Blue #074966
Tints of Prussian Blue #074966
RGB
CMYK
RGB Variations
Color information
#074966 (or 0x074966) is known color: Prussian Blue. HEX triplet: 07, 49 and 66. RGB value is (7,73,102). Sum of RGB (Red+Green+Blue) = 7+73+102=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #074966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074966 is #F8B699. Grayscale: #383838. Windows color (decimal): -16299674 or 6703367. OLE color: 6703367.
HSL color Cylindrical-coordinate representation of color #074966: hue angle of 198.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074966 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 73 | 102 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.6 |
| HSL | 198.32º | 0.87% | 0.21% | - |
| HSV(B) | 198.32º | 0.93% | 0.4% | - |
| XYZ | 4.87 | 5.77 | 13.43 | - |
| YUV | 56.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 102 | 0.93 | 0.28 | 0 | 0.6 | 198.32 | 0.87 | 0.21 |
| Hex | 7 | 49 | 66 | 5D | 1C | 0 | 3C | C6 | 57 | 15 |
| Octal | 7 | 111 | 146 | 135 | 34 | 0 | 74 | 306 | 127 | 25 |
| Binary | 111 | 1001001 | 1100110 | 1011101 | 11100 | 0 | 111100 | 11000110 | 1010111 | 10101 |
Color Harmonies of #074966
Complementary color
Monochromatic Colors of #074966
Black with #074966
Text Example
Text Example
White with #074966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074966; }
p { color: rgb(7,73,102); }
H1.HeaderClassName
{
color: #074966;
}
.AnyTagClassName
{
color: #074966;
}
</style>
background-color css
<style>
a { background-color: #074966; }
a { background-color: rgb(7,73,102); }
div.DivClassName
{
background-color: #074966;
}
.BgClassName
{
background-color: #074966;
}
</style>
border-color css
<style>
span { border-color: #074966; }
span { border-color: rgb(7,73,102); }
td.TdClassName
{
border-color: #074966;
}
.TagClassName
{
border-color: #074966;
}
</style>