#043860

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

Shades of Prussian Blue #043860

Tints of Prussian Blue #043860

Color information

#043860 (or 0x043860) is unknown color: approx Prussian Blue. HEX triplet: 04, 38 and 60. RGB value is (4,56,96). Sum of RGB (Red+Green+Blue) = 4+56+96=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #043860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043860 is #FBC79F. Grayscale: #2C2C2C. Windows color (decimal): -16500640 or 6305796. OLE color: 6305796.

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

Color convert

RGB45696-
CMYK0.960.4200.62
HSL206.09º92%19.61%-
HSV(B)206.09º95.83%37.65%-
XYZ3.583.711.59-
YUV45.01156.7798.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=2.56%
G=35.90%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal456960.960.4200.62206.099219.61
Hex43860602A03Ece5c14
Octal4701401405207631613424
Binary10011100011000001100000101010011111011001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043860; }

 p { color: rgb(4,56,96); }

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

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

 a { background-color: rgb(4,56,96); }

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

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

 span { border-color: rgb(4,56,96); }

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