#044762

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

Shades of Prussian Blue #044762

Tints of Prussian Blue #044762

Color information

#044762 (or 0x044762) is unknown color: approx Prussian Blue. HEX triplet: 04, 47 and 62. RGB value is (4,71,98). Sum of RGB (Red+Green+Blue) = 4+71+98=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #044762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044762 is #FBB89D. Grayscale: #353535. Windows color (decimal): -16496798 or 6440708. OLE color: 6440708.

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

Color convert

RGB47198-
CMYK0.960.2800.62
HSL197.23º92.16%20%-
HSV(B)197.23º95.92%38.43%-
XYZ4.515.4112.36-
YUV54.04152.892.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=2.31%
G=41.04%
B=56.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal471980.960.2800.62197.2392.1620
Hex44762601C03Ec55c14
Octal41071421403407630513424
Binary10010001111100010110000011100011111011000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044762; }

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

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

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

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

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

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

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

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