Html Css Color HEX #04415B Prussian Blue

📋 copy color: '#04415B'

red 4 ◦ green 65 ◦ blue 91

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

Shades of Prussian Blue #04415B

Tints of Prussian Blue #04415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.88%

R = 2.5%
G = 40.63%
B = 56.88%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04415B (or 0x04415B) is known color: Prussian Blue. HEX triplet: 04, 41 and 5B. RGB value is (4,65,91). Sum of RGB (Red+Green+Blue) = 4+65+91=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #04415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04415B is #FBBEA4. Grayscale: #313131. Windows color (decimal): -16498341 or 5980420. OLE color: 5980420.

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

Color convert

RGB 4 65 91 -
CMYK 0.96 0.29 0 0.64
HSL 197.93º 0.92% 0.19% -
HSV(B) 197.93º 0.96% 0.36% -
XYZ 3.83 4.56 10.58 -
YUV 49.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 4 65 91 0.96 0.29 0 0.64 197.93 0.92 0.19
Hex 4 41 5B 60 1D 0 40 C6 5C 13
Octal 4 101 133 140 35 0 100 306 134 23
Binary 100 1000001 1011011 1100000 11101 0 1000000 11000110 1011100 10011

Color Harmonies of #04415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04415B

Black with #04415B

Text Example


Text Example

White with #04415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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