Html Css Color HEX #043970 Prussian Blue

📋 copy color: '#043970'

red 4 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #043970

Tints of Prussian Blue #043970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 2.31%
G = 32.95%
B = 64.74%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#043970 (or 0x043970) is known color: Prussian Blue. HEX triplet: 04, 39 and 70. RGB value is (4,57,112). Sum of RGB (Red+Green+Blue) = 4+57+112=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #043970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043970 is #FBC68F. Grayscale: #2F2F2F. Windows color (decimal): -16500368 or 7354628. OLE color: 7354628.

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

Color convert

RGB 4 57 112 -
CMYK 0.96 0.49 0 0.56
HSL 210.56º 0.93% 0.23% -
HSV(B) 210.56º 0.96% 0.44% -
XYZ 4.44 4.12 15.89 -
YUV 47.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 4 57 112 0.96 0.49 0 0.56 210.56 0.93 0.23
Hex 4 39 70 60 31 0 38 D3 5D 17
Octal 4 71 160 140 61 0 70 323 135 27
Binary 100 111001 1110000 1100000 110001 0 111000 11010011 1011101 10111

Color Harmonies of #043970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043970

Black with #043970

Text Example


Text Example

White with #043970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043970; }

 p { color: rgb(4,57,112); }

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

background-color css

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

 a { background-color: rgb(4,57,112); }

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

border-color css

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

 span { border-color: rgb(4,57,112); }

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