Html Css Color HEX #043875 Prussian Blue

📋 copy color: '#043875'

red 4 ◦ green 56 ◦ blue 117

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

Shades of Prussian Blue #043875

Tints of Prussian Blue #043875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 2.26%
G = 31.64%
B = 66.1%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#043875 (or 0x043875) is known color: Prussian Blue. HEX triplet: 04, 38 and 75. RGB value is (4,56,117). Sum of RGB (Red+Green+Blue) = 4+56+117=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #043875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043875 is #FBC78A. Grayscale: #2F2F2F. Windows color (decimal): -16500619 or 7682052. OLE color: 7682052.

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

Color convert

RGB 4 56 117 -
CMYK 0.97 0.52 0 0.54
HSL 212.39º 0.93% 0.24% -
HSV(B) 212.39º 0.97% 0.46% -
XYZ 4.68 4.14 17.38 -
YUV 47.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 4 56 117 0.97 0.52 0 0.54 212.39 0.93 0.24
Hex 4 38 75 61 34 0 36 D4 5D 18
Octal 4 70 165 141 64 0 66 324 135 30
Binary 100 111000 1110101 1100001 110100 0 110110 11010100 1011101 11000

Color Harmonies of #043875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043875

Black with #043875

Text Example


Text Example

White with #043875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043875; }

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

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

background-color css

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

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

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

border-color css

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

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

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