#043077

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

Shades of Prussian Blue #043077

Tints of Prussian Blue #043077

Color information

#043077 (or 0x043077) is unknown color: approx Prussian Blue. HEX triplet: 04, 30 and 77. RGB value is (4,48,119). Sum of RGB (Red+Green+Blue) = 4+48+119=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #043077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043077 is #FBCF88. Grayscale: #2A2A2A. Windows color (decimal): -16502665 or 7811076. OLE color: 7811076.

HSL color Cylindrical-coordinate representation of color #043077: hue angle of 217.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043077 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB448119-
CMYK0.970.6000.53
HSL217.04º93.5%24.12%-
HSV(B)217.04º96.64%46.67%-
XYZ4.443.4717.89-
YUV42.94170.92100.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 119 (46.88% from 255) = 69.59%
R=2.34%
G=28.07%
B=69.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4481190.970.6000.53217.0493.524.12
Hex43077613C035d95d18
Octal4601671417406533113530
Binary10011000011101111100001111100011010111011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043077; }

 p { color: rgb(4,48,119); }

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

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

 a { background-color: rgb(4,48,119); }

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

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

 span { border-color: rgb(4,48,119); }

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