#044768

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

Shades of Prussian Blue #044768

Tints of Prussian Blue #044768

Color information

#044768 (or 0x044768) is unknown color: approx Prussian Blue. HEX triplet: 04, 47 and 68. RGB value is (4,71,104). Sum of RGB (Red+Green+Blue) = 4+71+104=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #044768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044768 is #FBB897. Grayscale: #363636. Windows color (decimal): -16496792 or 6833924. OLE color: 6833924.

HSL color Cylindrical-coordinate representation of color #044768: hue angle of 199.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044768 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB471104-
CMYK0.960.3200.59
HSL199.8º92.59%21.18%-
HSV(B)199.8º96.15%40.78%-
XYZ4.85.5313.91-
YUV54.73155.891.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=2.23%
G=39.66%
B=58.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4711040.960.3200.59199.892.5921.18
Hex44768602003Bc85d15
Octal41071501404007331013525
Binary100100011111010001100000100000011101111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044768; }

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

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

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

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

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

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

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

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