Html Css Color HEX #04425C Prussian Blue

📋 copy color: '#04425C'

red 4 ◦ green 66 ◦ blue 92

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

Shades of Prussian Blue #04425C

Tints of Prussian Blue #04425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 2.47%
G = 40.74%
B = 56.79%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04425C (or 0x04425C) is known color: Prussian Blue. HEX triplet: 04, 42 and 5C. RGB value is (4,66,92). Sum of RGB (Red+Green+Blue) = 4+66+92=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #04425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425C is #FBBDA3. Grayscale: #323232. Windows color (decimal): -16498084 or 6046212. OLE color: 6046212.

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

Color convert

RGB 4 66 92 -
CMYK 0.96 0.28 0 0.64
HSL 197.73º 0.92% 0.19% -
HSV(B) 197.73º 0.96% 0.36% -
XYZ 3.93 4.69 10.82 -
YUV 50.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 4 66 92 0.96 0.28 0 0.64 197.73 0.92 0.19
Hex 4 42 5C 60 1C 0 40 C6 5C 13
Octal 4 102 134 140 34 0 100 306 134 23
Binary 100 1000010 1011100 1100000 11100 0 1000000 11000110 1011100 10011

Color Harmonies of #04425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04425C

Black with #04425C

Text Example


Text Example

White with #04425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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