#043475

Color #043475 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #043475

Tints of Prussian Blue #043475

Color information

#043475 (or 0x043475) is unknown color: approx 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

RGB452117-
CMYK0.970.5600.54
HSL214.51º93.39%23.73%-
HSV(B)214.51º96.58%45.88%-
XYZ4.493.7717.32-
YUV45.06168.698.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4521170.970.5600.54214.5193.3923.73
Hex434756138036d75d18
Octal4641651417006632713530
Binary10011010011101011100001111000011011011010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>