Html Css Color HEX #043474 Prussian Blue

📋 copy color: '#043474'

red 4 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #043474

Tints of Prussian Blue #043474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 2.33%
G = 30.23%
B = 67.44%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043474 (or 0x043474) is known color: Prussian Blue. HEX triplet: 04, 34 and 74. RGB value is (4,52,116). Sum of RGB (Red+Green+Blue) = 4+52+116=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #043474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043474 is #FBCB8B. Grayscale: #2C2C2C. Windows color (decimal): -16501644 or 7615492. OLE color: 7615492.

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

Color convert

RGB 4 52 116 -
CMYK 0.97 0.55 0 0.55
HSL 214.29º 0.93% 0.24% -
HSV(B) 214.29º 0.97% 0.45% -
XYZ 4.43 3.74 17.01 -
YUV 44.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 4 52 116 0.97 0.55 0 0.55 214.29 0.93 0.24
Hex 4 34 74 61 37 0 37 D6 5D 18
Octal 4 64 164 141 67 0 67 326 135 30
Binary 100 110100 1110100 1100001 110111 0 110111 11010110 1011101 11000

Color Harmonies of #043474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043474

Black with #043474

Text Example


Text Example

White with #043474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043474; }

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

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

background-color css

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

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

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

border-color css

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

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

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