#043273

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

Shades of Prussian Blue #043273

Tints of Prussian Blue #043273

Color information

#043273 (or 0x043273) is unknown color: approx Prussian Blue. HEX triplet: 04, 32 and 73. RGB value is (4,50,115). Sum of RGB (Red+Green+Blue) = 4+50+115=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #043273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043273 is #FBCD8C. Grayscale: #2B2B2B. Windows color (decimal): -16502157 or 7549444. OLE color: 7549444.

HSL color Cylindrical-coordinate representation of color #043273: hue angle of 215.14º 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 #043273 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB450115-
CMYK0.970.5700.55
HSL215.14º93.28%23.33%-
HSV(B)215.14º96.52%45.1%-
XYZ4.293.5416.68-
YUV43.66168.2699.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 115 (45.31% from 255) = 68.05%
R=2.37%
G=29.59%
B=68.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4501150.970.5700.55215.1493.2823.33
Hex432736139037d75d17
Octal4621631417106732713527
Binary10011001011100111100001111001011011111010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043273; }

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

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

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

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

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

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

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

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