Shades of Prussian Blue #04274D
Tints of Prussian Blue #04274D
RGB
CMYK
RGB Variations
Color information
#04274D (or 0x04274D) is known color: Prussian Blue. HEX triplet: 04, 27 and 4D. RGB value is (4,39,77). Sum of RGB (Red+Green+Blue) = 4+39+77=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #04274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04274D is #FBD8B2. Grayscale: #202020. Windows color (decimal): -16505011 or 5056260. OLE color: 5056260.
HSL color Cylindrical-coordinate representation of color #04274D: hue angle of 211.23º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04274D is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 39 | 77 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.70 |
| HSL | 211.23º | 0.9% | 0.16% | - |
| HSV(B) | 211.23º | 0.95% | 0.3% | - |
| XYZ | 2.12 | 2.01 | 7.3 | - |
| YUV | 32.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 77 | 0.95 | 0.49 | 0 | 0.70 | 211.23 | 0.9 | 0.16 |
| Hex | 4 | 27 | 4D | 5F | 31 | 0 | 46 | D3 | 5A | 10 |
| Octal | 4 | 47 | 115 | 137 | 61 | 0 | 106 | 323 | 132 | 20 |
| Binary | 100 | 100111 | 1001101 | 1011111 | 110001 | 0 | 1000110 | 11010011 | 1011010 | 10000 |
Color Harmonies of #04274D
Complementary color
Monochromatic Colors of #04274D
Black with #04274D
Text Example
Text Example
White with #04274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04274D; }
p { color: rgb(4,39,77); }
H1.HeaderClassName
{
color: #04274D;
}
.AnyTagClassName
{
color: #04274D;
}
</style>
background-color css
<style>
a { background-color: #04274D; }
a { background-color: rgb(4,39,77); }
div.DivClassName
{
background-color: #04274D;
}
.BgClassName
{
background-color: #04274D;
}
</style>
border-color css
<style>
span { border-color: #04274D; }
span { border-color: rgb(4,39,77); }
td.TdClassName
{
border-color: #04274D;
}
.TagClassName
{
border-color: #04274D;
}
</style>