Html Css Color HEX #04405F Prussian Blue

📋 copy color: '#04405F'

red 4 ◦ green 64 ◦ blue 95

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

Shades of Prussian Blue #04405F

Tints of Prussian Blue #04405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 2.45%
G = 39.26%
B = 58.28%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04405F (or 0x04405F) is known color: Prussian Blue. HEX triplet: 04, 40 and 5F. RGB value is (4,64,95). Sum of RGB (Red+Green+Blue) = 4+64+95=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #04405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04405F is #FBBFA0. Grayscale: #313131. Windows color (decimal): -16498593 or 6242308. OLE color: 6242308.

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

Color convert

RGB 4 64 95 -
CMYK 0.96 0.33 0 0.63
HSL 200.44º 0.92% 0.19% -
HSV(B) 200.44º 0.96% 0.37% -
XYZ 3.95 4.52 11.49 -
YUV 49.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 4 64 95 0.96 0.33 0 0.63 200.44 0.92 0.19
Hex 4 40 5F 60 21 0 3F C8 5C 13
Octal 4 100 137 140 41 0 77 310 134 23
Binary 100 1000000 1011111 1100000 100001 0 111111 11001000 1011100 10011

Color Harmonies of #04405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04405F

Black with #04405F

Text Example


Text Example

White with #04405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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