#043162

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

Shades of Prussian Blue #043162

Tints of Prussian Blue #043162

Color information

#043162 (or 0x043162) is unknown color: approx Prussian Blue. HEX triplet: 04, 31 and 62. RGB value is (4,49,98). Sum of RGB (Red+Green+Blue) = 4+49+98=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #043162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043162 is #FBCE9D. Grayscale: #282828. Windows color (decimal): -16502430 or 6435076. OLE color: 6435076.

HSL color Cylindrical-coordinate representation of color #043162: hue angle of 211.28º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043162 is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB44998-
CMYK0.960.500.62
HSL211.28º92.16%20%-
HSV(B)211.28º95.92%38.43%-
XYZ3.353.111.98-
YUV41.13160.09101.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=2.65%
G=32.45%
B=64.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal449980.960.500.62211.2892.1620
Hex43162603203Ed35c14
Octal4611421406207632313424
Binary10011000111000101100000110010011111011010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043162; }

 p { color: rgb(4,49,98); }

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

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

 a { background-color: rgb(4,49,98); }

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

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

 span { border-color: rgb(4,49,98); }

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