Html Css Color HEX #043273 Prussian Blue

📋 copy color: '#043273'

red 4 ◦ green 50 ◦ blue 115

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

Shades of Prussian Blue #043273

Tints of Prussian Blue #043273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 115 (45.31% from 255) = 68.05%

R = 2.37%
G = 29.59%
B = 68.05%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#043273 (or 0x043273) is known color: Prussian Blue. HEX triplet: 04, 32 and 73. RGB value is (4,50,115). Sum of RGB (Red+Green+Blue) = 4+50+115=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #043273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043273 is #FBCD8C. Grayscale: #2B2B2B. Windows color (decimal): -16502157 or 7549444. OLE color: 7549444.

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

Color convert

RGB 4 50 115 -
CMYK 0.97 0.57 0 0.55
HSL 215.14º 0.93% 0.23% -
HSV(B) 215.14º 0.97% 0.45% -
XYZ 4.29 3.54 16.68 -
YUV 43.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 4 50 115 0.97 0.57 0 0.55 215.14 0.93 0.23
Hex 4 32 73 61 39 0 37 D7 5D 17
Octal 4 62 163 141 71 0 67 327 135 27
Binary 100 110010 1110011 1100001 111001 0 110111 11010111 1011101 10111

Color Harmonies of #043273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043273

Black with #043273

Text Example


Text Example

White with #043273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043273; }

 p { color: rgb(4,50,115); }

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

background-color css

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

 a { background-color: rgb(4,50,115); }

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

border-color css

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

 span { border-color: rgb(4,50,115); }

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