Html Css Color HEX #043470 Prussian Blue

📋 copy color: '#043470'

red 4 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #043470

Tints of Prussian Blue #043470

RGB

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

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

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

R = 2.38%
G = 30.95%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#043470 (or 0x043470) is known color: Prussian Blue. HEX triplet: 04, 34 and 70. RGB value is (4,52,112). Sum of RGB (Red+Green+Blue) = 4+52+112=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #043470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043470 is #FBCB8F. Grayscale: #2C2C2C. Windows color (decimal): -16501648 or 7353348. OLE color: 7353348.

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

Color convert

RGB 4 52 112 -
CMYK 0.96 0.54 0 0.56
HSL 213.33º 0.93% 0.23% -
HSV(B) 213.33º 0.96% 0.44% -
XYZ 4.2 3.65 15.81 -
YUV 44.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 4 52 112 0.96 0.54 0 0.56 213.33 0.93 0.23
Hex 4 34 70 60 36 0 38 D5 5D 17
Octal 4 64 160 140 66 0 70 325 135 27
Binary 100 110100 1110000 1100000 110110 0 111000 11010101 1011101 10111

Color Harmonies of #043470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043470

Black with #043470

Text Example


Text Example

White with #043470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043470; }

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

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

background-color css

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

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

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

border-color css

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

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

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