Html Css Color HEX #04405E Prussian Blue

📋 copy color: '#04405E'

red 4 ◦ green 64 ◦ blue 94

#04405E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #04405E

Tints of Prussian Blue #04405E

RGB

 RED value IS 4 (1.95% from 255) = 2.47%

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 2.47%
G = 39.51%
B = 58.02%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04405E (or 0x04405E) is known color: Prussian Blue. HEX triplet: 04, 40 and 5E. RGB value is (4,64,94). Sum of RGB (Red+Green+Blue) = 4+64+94=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #04405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04405E is #FBBFA1. Grayscale: #313131. Windows color (decimal): -16498594 or 6176772. OLE color: 6176772.

HSL color Cylindrical-coordinate representation of color #04405E: hue angle of 200º 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 #04405E is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 64 94 -
CMYK 0.96 0.32 0 0.63
HSL 200º 0.92% 0.19% -
HSV(B) 200º 0.96% 0.37% -
XYZ 3.9 4.5 11.25 -
YUV 49.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 4 64 94 0.96 0.32 0 0.63 200 0.92 0.19
Hex 4 40 5E 60 20 0 3F C8 5C 13
Octal 4 100 136 140 40 0 77 310 134 23
Binary 100 1000000 1011110 1100000 100000 0 111111 11001000 1011100 10011

Color Harmonies of #04405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04405E

Black with #04405E

Text Example


Text Example

White with #04405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04405E; }

 p { color: rgb(4,64,94); }

 H1.HeaderClassName
 {
   color: #04405E;
 }
 .AnyTagClassName
 {
   color: #04405E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,64,94); }

 div.DivClassName
 {
   background-color: #04405E;
 }
 .BgClassName
 {
   background-color: #04405E;
 }
</style>

border-color css

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

 span { border-color: rgb(4,64,94); }

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