Html Css Color HEX #043C70 Prussian Blue

📋 copy color: '#043C70'

red 4 ◦ green 60 ◦ blue 112

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

Shades of Prussian Blue #043C70

Tints of Prussian Blue #043C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 2.27%
G = 34.09%
B = 63.64%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#043C70 (or 0x043C70) is known color: Prussian Blue. HEX triplet: 04, 3C and 70. RGB value is (4,60,112). Sum of RGB (Red+Green+Blue) = 4+60+112=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #043C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C70 is #FBC38F. Grayscale: #303030. Windows color (decimal): -16499600 or 7355396. OLE color: 7355396.

HSL color Cylindrical-coordinate representation of color #043C70: hue angle of 208.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043C70 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 60 112 -
CMYK 0.96 0.46 0 0.56
HSL 208.89º 0.93% 0.23% -
HSV(B) 208.89º 0.96% 0.44% -
XYZ 4.59 4.43 15.94 -
YUV 49.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 4 60 112 0.96 0.46 0 0.56 208.89 0.93 0.23
Hex 4 3C 70 60 2E 0 38 D1 5D 17
Octal 4 74 160 140 56 0 70 321 135 27
Binary 100 111100 1110000 1100000 101110 0 111000 11010001 1011101 10111

Color Harmonies of #043C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043C70

Black with #043C70

Text Example


Text Example

White with #043C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043C70; }

 p { color: rgb(4,60,112); }

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

background-color css

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

 a { background-color: rgb(4,60,112); }

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

border-color css

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

 span { border-color: rgb(4,60,112); }

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