#04425D

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

Shades of Prussian Blue #04425D

Tints of Prussian Blue #04425D

Color information

#04425D (or 0x04425D) is unknown color: approx Prussian Blue. HEX triplet: 04, 42 and 5D. RGB value is (4,66,93). Sum of RGB (Red+Green+Blue) = 4+66+93=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #04425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425D is #FBBDA2. Grayscale: #323232. Windows color (decimal): -16498083 or 6111748. OLE color: 6111748.

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

Color convert

RGB46693-
CMYK0.960.2900.64
HSL198.2º91.75%19.02%-
HSV(B)198.2º95.7%36.47%-
XYZ3.974.7111.06-
YUV50.54151.9694.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=2.45%
G=40.49%
B=57.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal466930.960.2900.64198.291.7519.02
Hex4425D601D040c65c13
Octal410213514035010030613423
Binary100100001010111011100000111010100000011000110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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