#044562

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

Shades of Prussian Blue #044562

Tints of Prussian Blue #044562

Color information

#044562 (or 0x044562) is unknown color: approx Prussian Blue. HEX triplet: 04, 45 and 62. RGB value is (4,69,98). Sum of RGB (Red+Green+Blue) = 4+69+98=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #044562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044562 is #FBBA9D. Grayscale: #343434. Windows color (decimal): -16497310 or 6440196. OLE color: 6440196.

HSL color Cylindrical-coordinate representation of color #044562: hue angle of 198.51º 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 #044562 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46998-
CMYK0.960.3000.62
HSL198.51º92.16%20%-
HSV(B)198.51º95.92%38.43%-
XYZ4.385.1612.32-
YUV52.87153.4793.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=2.34%
G=40.35%
B=57.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469980.960.3000.62198.5192.1620
Hex44562601E03Ec75c14
Octal41051421403607630713424
Binary10010001011100010110000011110011111011000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044562; }

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

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

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

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

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

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

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

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