#044063

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

Shades of Prussian Blue #044063

Tints of Prussian Blue #044063

Color information

#044063 (or 0x044063) is unknown color: approx Prussian Blue. HEX triplet: 04, 40 and 63. RGB value is (4,64,99). Sum of RGB (Red+Green+Blue) = 4+64+99=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #044063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044063 is #FBBF9C. Grayscale: #313131. Windows color (decimal): -16498589 or 6504452. OLE color: 6504452.

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

Color convert

RGB46499-
CMYK0.960.3500.61
HSL202.11º92.23%20.2%-
HSV(B)202.11º95.96%38.82%-
XYZ4.144.5912.47-
YUV50.05155.6295.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=2.40%
G=38.32%
B=59.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal464990.960.3500.61202.1192.2320.2
Hex44063602303Dca5c14
Octal41001431404307531213424
Binary100100000011000111100000100011011110111001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044063; }

 p { color: rgb(4,64,99); }

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

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

 a { background-color: rgb(4,64,99); }

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

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

 span { border-color: rgb(4,64,99); }

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