Html Css Color HEX #043472 Prussian Blue

📋 copy color: '#043472'

red 4 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #043472

Tints of Prussian Blue #043472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 2.35%
G = 30.59%
B = 67.06%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043472 (or 0x043472) is known color: Prussian Blue. HEX triplet: 04, 34 and 72. RGB value is (4,52,114). Sum of RGB (Red+Green+Blue) = 4+52+114=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #043472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043472 is #FBCB8D. Grayscale: #2C2C2C. Windows color (decimal): -16501646 or 7484420. OLE color: 7484420.

HSL color Cylindrical-coordinate representation of color #043472: hue angle of 213.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043472 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 52 114 -
CMYK 0.96 0.54 0 0.55
HSL 213.82º 0.93% 0.23% -
HSV(B) 213.82º 0.96% 0.45% -
XYZ 4.32 3.7 16.41 -
YUV 44.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 4 52 114 0.96 0.54 0 0.55 213.82 0.93 0.23
Hex 4 34 72 60 36 0 37 D6 5D 17
Octal 4 64 162 140 66 0 67 326 135 27
Binary 100 110100 1110010 1100000 110110 0 110111 11010110 1011101 10111

Color Harmonies of #043472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043472

Black with #043472

Text Example


Text Example

White with #043472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043472; }

 p { color: rgb(4,52,114); }

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

background-color css

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

 a { background-color: rgb(4,52,114); }

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

border-color css

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

 span { border-color: rgb(4,52,114); }

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