#042D4E

Color #042D4E Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #042D4E

Tints of Prussian Blue #042D4E

Color information

#042D4E (or 0x042D4E) is unknown color: approx Prussian Blue. HEX triplet: 04, 2D and 4E. RGB value is (4,45,78). Sum of RGB (Red+Green+Blue) = 4+45+78=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #042D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D4E is #FBD2B1. Grayscale: #242424. Windows color (decimal): -16503474 or 5123332. OLE color: 5123332.

HSL color Cylindrical-coordinate representation of color #042D4E: hue angle of 206.76º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042D4E is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44578-
CMYK0.950.4200.69
HSL206.76º90.24%16.08%-
HSV(B)206.76º94.87%30.59%-
XYZ2.362.457.56-
YUV36.5151.42104.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=3.15%
G=35.43%
B=61.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal445780.950.4200.69206.7690.2416.08
Hex42D4E5F2A045cf5a10
Octal45511613752010531713220
Binary100101101100111010111111010100100010111001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042D4E; }

 p { color: rgb(4,45,78); }

 H1.HeaderClassName
 {
   color: #042D4E;
 }
 .AnyTagClassName
 {
   color: #042D4E;
 }
</style>
background-color css

<style>
 a { background-color: #042D4E; }

 a { background-color: rgb(4,45,78); }

 div.DivClassName
 {
   background-color: #042D4E;
 }
 .BgClassName
 {
   background-color: #042D4E;
 }
</style>
border-color css

<style>
 span { border-color: #042D4E; }

 span { border-color: rgb(4,45,78); }

 td.TdClassName
 {
   border-color: #042D4E;
 }
 .TagClassName
 {
   border-color: #042D4E;
 }
</style>