Shades of Prussian Blue #074666
Tints of Prussian Blue #074666
RGB
CMYK
RGB Variations
Color information
#074666 (or 0x074666) is known color: Prussian Blue. HEX triplet: 07, 46 and 66. RGB value is (7,70,102). Sum of RGB (Red+Green+Blue) = 7+70+102=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #074666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074666 is #F8B999. Grayscale: #363636. Windows color (decimal): -16300442 or 6702599. OLE color: 6702599.
HSL color Cylindrical-coordinate representation of color #074666: hue angle of 200.21º 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 #074666 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 70 | 102 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.6 |
| HSL | 200.21º | 0.87% | 0.21% | - |
| HSV(B) | 200.21º | 0.93% | 0.4% | - |
| XYZ | 4.68 | 5.38 | 13.36 | - |
| YUV | 54.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 102 | 0.93 | 0.31 | 0 | 0.6 | 200.21 | 0.87 | 0.21 |
| Hex | 7 | 46 | 66 | 5D | 1F | 0 | 3C | C8 | 57 | 15 |
| Octal | 7 | 106 | 146 | 135 | 37 | 0 | 74 | 310 | 127 | 25 |
| Binary | 111 | 1000110 | 1100110 | 1011101 | 11111 | 0 | 111100 | 11001000 | 1010111 | 10101 |
Color Harmonies of #074666
Complementary color
Monochromatic Colors of #074666
Black with #074666
Text Example
Text Example
White with #074666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074666; }
p { color: rgb(7,70,102); }
H1.HeaderClassName
{
color: #074666;
}
.AnyTagClassName
{
color: #074666;
}
</style>
background-color css
<style>
a { background-color: #074666; }
a { background-color: rgb(7,70,102); }
div.DivClassName
{
background-color: #074666;
}
.BgClassName
{
background-color: #074666;
}
</style>
border-color css
<style>
span { border-color: #074666; }
span { border-color: rgb(7,70,102); }
td.TdClassName
{
border-color: #074666;
}
.TagClassName
{
border-color: #074666;
}
</style>