Html Css Color HEX #044162 Prussian Blue

📋 copy color: '#044162'

red 4 ◦ green 65 ◦ blue 98

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

Shades of Prussian Blue #044162

Tints of Prussian Blue #044162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 98 (38.67% from 255) = 58.68%

R = 2.4%
G = 38.92%
B = 58.68%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044162 (or 0x044162) is known color: Prussian Blue. HEX triplet: 04, 41 and 62. RGB value is (4,65,98). Sum of RGB (Red+Green+Blue) = 4+65+98=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #044162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044162 is #FBBE9D. Grayscale: #323232. Windows color (decimal): -16498334 or 6439172. OLE color: 6439172.

HSL color Cylindrical-coordinate representation of color #044162: hue angle of 201.06º 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 #044162 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 65 98 -
CMYK 0.96 0.34 0 0.62
HSL 201.06º 0.92% 0.2% -
HSV(B) 201.06º 0.96% 0.38% -
XYZ 4.14 4.69 12.24 -
YUV 50.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 4 65 98 0.96 0.34 0 0.62 201.06 0.92 0.2
Hex 4 41 62 60 22 0 3E C9 5C 14
Octal 4 101 142 140 42 0 76 311 134 24
Binary 100 1000001 1100010 1100000 100010 0 111110 11001001 1011100 10100

Color Harmonies of #044162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044162

Black with #044162

Text Example


Text Example

White with #044162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044162; }

 p { color: rgb(4,65,98); }

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

background-color css

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

 a { background-color: rgb(4,65,98); }

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

border-color css

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

 span { border-color: rgb(4,65,98); }

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