Html Css Color HEX #043074 Prussian Blue

📋 copy color: '#043074'

red 4 ◦ green 48 ◦ blue 116

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

Shades of Prussian Blue #043074

Tints of Prussian Blue #043074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

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

R = 2.38%
G = 28.57%
B = 69.05%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043074 (or 0x043074) is known color: Prussian Blue. HEX triplet: 04, 30 and 74. RGB value is (4,48,116). Sum of RGB (Red+Green+Blue) = 4+48+116=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #043074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043074 is #FBCF8B. Grayscale: #2A2A2A. Windows color (decimal): -16502668 or 7614468. OLE color: 7614468.

HSL color Cylindrical-coordinate representation of color #043074: hue angle of 216.43º 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 #043074 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 48 116 -
CMYK 0.97 0.59 0 0.55
HSL 216.43º 0.93% 0.24% -
HSV(B) 216.43º 0.97% 0.45% -
XYZ 4.26 3.4 16.95 -
YUV 42.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 4 48 116 0.97 0.59 0 0.55 216.43 0.93 0.24
Hex 4 30 74 61 3B 0 37 D8 5D 18
Octal 4 60 164 141 73 0 67 330 135 30
Binary 100 110000 1110100 1100001 111011 0 110111 11011000 1011101 11000

Color Harmonies of #043074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043074

Black with #043074

Text Example


Text Example

White with #043074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043074; }

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

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

background-color css

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

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

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

border-color css

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

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

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