#04425F

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

Shades of Prussian Blue #04425F

Tints of Prussian Blue #04425F

Color information

#04425F (or 0x04425F) is unknown color: approx Prussian Blue. HEX triplet: 04, 42 and 5F. RGB value is (4,66,95). Sum of RGB (Red+Green+Blue) = 4+66+95=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #04425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425F is #FBBDA0. Grayscale: #323232. Windows color (decimal): -16498081 or 6242820. OLE color: 6242820.

HSL color Cylindrical-coordinate representation of color #04425F: hue angle of 199.12º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04425F is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB46695-
CMYK0.960.3100.63
HSL199.12º91.92%19.41%-
HSV(B)199.12º95.79%37.25%-
XYZ4.064.7511.53-
YUV50.77152.9694.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=2.42%
G=40%
B=57.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal466950.960.3100.63199.1291.9219.41
Hex4425F601F03Fc75c13
Octal41021371403707730713423
Binary10010000101011111110000011111011111111000111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04425F; }

 p { color: rgb(4,66,95); }

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

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

 a { background-color: rgb(4,66,95); }

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

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

 span { border-color: rgb(4,66,95); }

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