Html Css Color HEX #04415F Prussian Blue

📋 copy color: '#04415F'

red 4 ◦ green 65 ◦ blue 95

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

Shades of Prussian Blue #04415F

Tints of Prussian Blue #04415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

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

R = 2.44%
G = 39.63%
B = 57.93%

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

#04415F (or 0x04415F) is known color: Prussian Blue. HEX triplet: 04, 41 and 5F. RGB value is (4,65,95). Sum of RGB (Red+Green+Blue) = 4+65+95=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #04415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04415F is #FBBEA0. Grayscale: #323232. Windows color (decimal): -16498337 or 6242564. OLE color: 6242564.

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

Color convert

RGB 4 65 95 -
CMYK 0.96 0.32 0 0.63
HSL 199.78º 0.92% 0.19% -
HSV(B) 199.78º 0.96% 0.37% -
XYZ 4.01 4.63 11.51 -
YUV 50.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 4 65 95 0.96 0.32 0 0.63 199.78 0.92 0.19
Hex 4 41 5F 60 20 0 3F C8 5C 13
Octal 4 101 137 140 40 0 77 310 134 23
Binary 100 1000001 1011111 1100000 100000 0 111111 11001000 1011100 10011

Color Harmonies of #04415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04415F

Black with #04415F

Text Example


Text Example

White with #04415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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