#042C4E

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

Shades of Prussian Blue #042C4E

Tints of Prussian Blue #042C4E

Color information

#042C4E (or 0x042C4E) is unknown color: approx Prussian Blue. HEX triplet: 04, 2C and 4E. RGB value is (4,44,78). Sum of RGB (Red+Green+Blue) = 4+44+78=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #042C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C4E is #FBD3B1. Grayscale: #232323. Windows color (decimal): -16503730 or 5123076. OLE color: 5123076.

HSL color Cylindrical-coordinate representation of color #042C4E: hue angle of 207.57º 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 #042C4E is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44478-
CMYK0.950.4400.69
HSL207.57º90.24%16.08%-
HSV(B)207.57º94.87%30.59%-
XYZ2.332.387.54-
YUV35.92151.75105.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=3.17%
G=34.92%
B=61.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal444780.950.4400.69207.5790.2416.08
Hex42C4E5F2C045d05a10
Octal45411613754010532013220
Binary100101100100111010111111011000100010111010000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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