#043473

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

Shades of Prussian Blue #043473

Tints of Prussian Blue #043473

Color information

#043473 (or 0x043473) is unknown color: approx Prussian Blue. HEX triplet: 04, 34 and 73. RGB value is (4,52,115). Sum of RGB (Red+Green+Blue) = 4+52+115=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #043473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043473 is #FBCB8C. Grayscale: #2C2C2C. Windows color (decimal): -16501645 or 7549956. OLE color: 7549956.

HSL color Cylindrical-coordinate representation of color #043473: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043473 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB452115-
CMYK0.970.5500.55
HSL214.05º93.28%23.33%-
HSV(B)214.05º96.52%45.1%-
XYZ4.373.7216.71-
YUV44.83167.698.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=2.34%
G=30.41%
B=67.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4521150.970.5500.55214.0593.2823.33
Hex434736137037d65d17
Octal4641631416706732613527
Binary10011010011100111100001110111011011111010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043473; }

 p { color: rgb(4,52,115); }

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

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

 a { background-color: rgb(4,52,115); }

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

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

 span { border-color: rgb(4,52,115); }

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