Html Css Color HEX #043175 Prussian Blue

📋 copy color: '#043175'

red 4 ◦ green 49 ◦ blue 117

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

Shades of Prussian Blue #043175

Tints of Prussian Blue #043175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 2.35%
G = 28.82%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#043175 (or 0x043175) is known color: Prussian Blue. HEX triplet: 04, 31 and 75. RGB value is (4,49,117). Sum of RGB (Red+Green+Blue) = 4+49+117=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #043175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043175 is #FBCE8A. Grayscale: #2A2A2A. Windows color (decimal): -16502411 or 7680260. OLE color: 7680260.

HSL color Cylindrical-coordinate representation of color #043175: hue angle of 216.11º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043175 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 49 117 -
CMYK 0.97 0.58 0 0.54
HSL 216.11º 0.93% 0.24% -
HSV(B) 216.11º 0.97% 0.46% -
XYZ 4.36 3.51 17.28 -
YUV 43.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 4 49 117 0.97 0.58 0 0.54 216.11 0.93 0.24
Hex 4 31 75 61 3A 0 36 D8 5D 18
Octal 4 61 165 141 72 0 66 330 135 30
Binary 100 110001 1110101 1100001 111010 0 110110 11011000 1011101 11000

Color Harmonies of #043175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043175

Black with #043175

Text Example


Text Example

White with #043175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043175; }

 p { color: rgb(4,49,117); }

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

background-color css

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

 a { background-color: rgb(4,49,117); }

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

border-color css

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

 span { border-color: rgb(4,49,117); }

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