Html Css Color HEX #04425F Prussian Blue

📋 copy color: '#04425F'

red 4 ◦ green 66 ◦ blue 95

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

Shades of Prussian Blue #04425F

Tints of Prussian Blue #04425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 2.42%
G = 40%
B = 57.58%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04425F (or 0x04425F) is known color: Prussian Blue. HEX triplet: 04, 42 and 5F. RGB value is (4,66,95). Sum of RGB (Red+Green+Blue) = 4+66+95=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #04425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425F is #FBBDA0. Grayscale: #323232. Windows color (decimal): -16498081 or 6242820. OLE color: 6242820.

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

Color convert

RGB 4 66 95 -
CMYK 0.96 0.31 0 0.63
HSL 199.12º 0.92% 0.19% -
HSV(B) 199.12º 0.96% 0.37% -
XYZ 4.06 4.75 11.53 -
YUV 50.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 4 66 95 0.96 0.31 0 0.63 199.12 0.92 0.19
Hex 4 42 5F 60 1F 0 3F C7 5C 13
Octal 4 102 137 140 37 0 77 307 134 23
Binary 100 1000010 1011111 1100000 11111 0 111111 11000111 1011100 10011

Color Harmonies of #04425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04425F

Black with #04425F

Text Example


Text Example

White with #04425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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