Html Css Color HEX #044965 Prussian Blue

📋 copy color: '#044965'

red 4 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #044965

Tints of Prussian Blue #044965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 2.25%
G = 41.01%
B = 56.74%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#044965 (or 0x044965) is known color: Prussian Blue. HEX triplet: 04, 49 and 65. RGB value is (4,73,101). Sum of RGB (Red+Green+Blue) = 4+73+101=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #044965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044965 is #FBB69A. Grayscale: #373737. Windows color (decimal): -16496283 or 6637828. OLE color: 6637828.

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

Color convert

RGB 4 73 101 -
CMYK 0.96 0.28 0 0.60
HSL 197.32º 0.92% 0.21% -
HSV(B) 197.32º 0.96% 0.4% -
XYZ 4.78 5.73 13.17 -
YUV 55.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 4 73 101 0.96 0.28 0 0.60 197.32 0.92 0.21
Hex 4 49 65 60 1C 0 3C C5 5C 15
Octal 4 111 145 140 34 0 74 305 134 25
Binary 100 1001001 1100101 1100000 11100 0 111100 11000101 1011100 10101

Color Harmonies of #044965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044965

Black with #044965

Text Example


Text Example

White with #044965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044965; }

 p { color: rgb(4,73,101); }

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

background-color css

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

 a { background-color: rgb(4,73,101); }

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

border-color css

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

 span { border-color: rgb(4,73,101); }

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