Shades of Prussian Blue #074662
Tints of Prussian Blue #074662
RGB
CMYK
RGB Variations
Color information
#074662 (or 0x074662) is known color: Prussian Blue. HEX triplet: 07, 46 and 62. RGB value is (7,70,98). Sum of RGB (Red+Green+Blue) = 7+70+98=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #074662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074662 is #F8B99D. Grayscale: #363636. Windows color (decimal): -16300446 or 6440455. OLE color: 6440455.
HSL color Cylindrical-coordinate representation of color #074662: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074662 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 70 | 98 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.62 |
| HSL | 198.46º | 0.87% | 0.21% | - |
| HSV(B) | 198.46º | 0.93% | 0.38% | - |
| XYZ | 4.48 | 5.31 | 12.34 | - |
| YUV | 54.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 98 | 0.93 | 0.29 | 0 | 0.62 | 198.46 | 0.87 | 0.21 |
| Hex | 7 | 46 | 62 | 5D | 1D | 0 | 3E | C6 | 57 | 15 |
| Octal | 7 | 106 | 142 | 135 | 35 | 0 | 76 | 306 | 127 | 25 |
| Binary | 111 | 1000110 | 1100010 | 1011101 | 11101 | 0 | 111110 | 11000110 | 1010111 | 10101 |
Color Harmonies of #074662
Complementary color
Monochromatic Colors of #074662
Black with #074662
Text Example
Text Example
White with #074662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074662; }
p { color: rgb(7,70,98); }
H1.HeaderClassName
{
color: #074662;
}
.AnyTagClassName
{
color: #074662;
}
</style>
background-color css
<style>
a { background-color: #074662; }
a { background-color: rgb(7,70,98); }
div.DivClassName
{
background-color: #074662;
}
.BgClassName
{
background-color: #074662;
}
</style>
border-color css
<style>
span { border-color: #074662; }
span { border-color: rgb(7,70,98); }
td.TdClassName
{
border-color: #074662;
}
.TagClassName
{
border-color: #074662;
}
</style>