#044462

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

Shades of Prussian Blue #044462

Tints of Prussian Blue #044462

Color information

#044462 (or 0x044462) is unknown color: approx Prussian Blue. HEX triplet: 04, 44 and 62. RGB value is (4,68,98). Sum of RGB (Red+Green+Blue) = 4+68+98=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #044462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044462 is #FBBB9D. Grayscale: #343434. Windows color (decimal): -16497566 or 6439940. OLE color: 6439940.

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

Color convert

RGB46898-
CMYK0.960.3100.62
HSL199.15º92.16%20%-
HSV(B)199.15º95.92%38.43%-
XYZ4.325.0412.3-
YUV52.28153.893.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=2.35%
G=40%
B=57.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal468980.960.3100.62199.1592.1620
Hex44462601F03Ec75c14
Octal41041421403707630713424
Binary10010001001100010110000011111011111011000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044462; }

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

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

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

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

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

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

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

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