Html Css Color HEX #044464 Prussian Blue

📋 copy color: '#044464'

red 4 ◦ green 68 ◦ blue 100

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

Shades of Prussian Blue #044464

Tints of Prussian Blue #044464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 100 (39.45% from 255) = 58.14%

R = 2.33%
G = 39.53%
B = 58.14%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#044464 (or 0x044464) is known color: Prussian Blue. HEX triplet: 04, 44 and 64. RGB value is (4,68,100). Sum of RGB (Red+Green+Blue) = 4+68+100=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #044464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044464 is #FBBB9B. Grayscale: #343434. Windows color (decimal): -16497564 or 6571012. OLE color: 6571012.

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

Color convert

RGB 4 68 100 -
CMYK 0.96 0.32 0 0.61
HSL 200º 0.92% 0.2% -
HSV(B) 200º 0.96% 0.39% -
XYZ 4.42 5.08 12.8 -
YUV 52.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 4 68 100 0.96 0.32 0 0.61 200 0.92 0.2
Hex 4 44 64 60 20 0 3D C8 5C 14
Octal 4 104 144 140 40 0 75 310 134 24
Binary 100 1000100 1100100 1100000 100000 0 111101 11001000 1011100 10100

Color Harmonies of #044464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044464

Black with #044464

Text Example


Text Example

White with #044464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044464; }

 p { color: rgb(4,68,100); }

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

background-color css

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

 a { background-color: rgb(4,68,100); }

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

border-color css

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

 span { border-color: rgb(4,68,100); }

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