Html Css Color HEX #043475 Prussian Blue

📋 copy color: '#043475'

red 4 ◦ green 52 ◦ blue 117

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

Shades of Prussian Blue #043475

Tints of Prussian Blue #043475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 2.31%
G = 30.06%
B = 67.63%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#043475 (or 0x043475) is known color: Prussian Blue. HEX triplet: 04, 34 and 75. RGB value is (4,52,117). Sum of RGB (Red+Green+Blue) = 4+52+117=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #043475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043475 is #FBCB8A. Grayscale: #2C2C2C. Windows color (decimal): -16501643 or 7681028. OLE color: 7681028.

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

Color convert

RGB 4 52 117 -
CMYK 0.97 0.56 0 0.54
HSL 214.51º 0.93% 0.24% -
HSV(B) 214.51º 0.97% 0.46% -
XYZ 4.49 3.77 17.32 -
YUV 45.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 4 52 117 0.97 0.56 0 0.54 214.51 0.93 0.24
Hex 4 34 75 61 38 0 36 D7 5D 18
Octal 4 64 165 141 70 0 66 327 135 30
Binary 100 110100 1110101 1100001 111000 0 110110 11010111 1011101 11000

Color Harmonies of #043475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043475

Black with #043475

Text Example


Text Example

White with #043475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043475; }

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

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

background-color css

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

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

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

border-color css

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

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

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