Html Css Color HEX #044560 Prussian Blue

📋 copy color: '#044560'

red 4 ◦ green 69 ◦ blue 96

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

Shades of Prussian Blue #044560

Tints of Prussian Blue #044560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 2.37%
G = 40.83%
B = 56.8%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044560 (or 0x044560) is known color: Prussian Blue. HEX triplet: 04, 45 and 60. RGB value is (4,69,96). Sum of RGB (Red+Green+Blue) = 4+69+96=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #044560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044560 is #FBBA9F. Grayscale: #343434. Windows color (decimal): -16497312 or 6309124. OLE color: 6309124.

HSL color Cylindrical-coordinate representation of color #044560: hue angle of 197.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044560 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 69 96 -
CMYK 0.96 0.28 0 0.62
HSL 197.61º 0.92% 0.2% -
HSV(B) 197.61º 0.96% 0.38% -
XYZ 4.29 5.13 11.83 -
YUV 52.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 4 69 96 0.96 0.28 0 0.62 197.61 0.92 0.2
Hex 4 45 60 60 1C 0 3E C6 5C 14
Octal 4 105 140 140 34 0 76 306 134 24
Binary 100 1000101 1100000 1100000 11100 0 111110 11000110 1011100 10100

Color Harmonies of #044560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044560

Black with #044560

Text Example


Text Example

White with #044560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044560; }

 p { color: rgb(4,69,96); }

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

background-color css

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

 a { background-color: rgb(4,69,96); }

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

border-color css

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

 span { border-color: rgb(4,69,96); }

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