Html Css Color HEX #043A70 Prussian Blue

📋 copy color: '#043A70'

red 4 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #043A70

Tints of Prussian Blue #043A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

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

R = 2.3%
G = 33.33%
B = 64.37%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#043A70 (or 0x043A70) is known color: Prussian Blue. HEX triplet: 04, 3A and 70. RGB value is (4,58,112). Sum of RGB (Red+Green+Blue) = 4+58+112=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #043A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A70 is #FBC58F. Grayscale: #2F2F2F. Windows color (decimal): -16500112 or 7354884. OLE color: 7354884.

HSL color Cylindrical-coordinate representation of color #043A70: hue angle of 210º 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 #043A70 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 58 112 -
CMYK 0.96 0.48 0 0.56
HSL 210º 0.93% 0.23% -
HSV(B) 210º 0.96% 0.44% -
XYZ 4.49 4.22 15.91 -
YUV 48.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 4 58 112 0.96 0.48 0 0.56 210 0.93 0.23
Hex 4 3A 70 60 30 0 38 D2 5D 17
Octal 4 72 160 140 60 0 70 322 135 27
Binary 100 111010 1110000 1100000 110000 0 111000 11010010 1011101 10111

Color Harmonies of #043A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043A70

Black with #043A70

Text Example


Text Example

White with #043A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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