Html Css Color HEX #044261 Prussian Blue

📋 copy color: '#044261'

red 4 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #044261

Tints of Prussian Blue #044261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 2.4%
G = 39.52%
B = 58.08%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044261 (or 0x044261) is known color: Prussian Blue. HEX triplet: 04, 42 and 61. RGB value is (4,66,97). Sum of RGB (Red+Green+Blue) = 4+66+97=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #044261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044261 is #FBBD9E. Grayscale: #323232. Windows color (decimal): -16498079 or 6373892. OLE color: 6373892.

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

Color convert

RGB 4 66 97 -
CMYK 0.96 0.32 0 0.62
HSL 200º 0.92% 0.2% -
HSV(B) 200º 0.96% 0.38% -
XYZ 4.16 4.79 12.01 -
YUV 51 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 4 66 97 0.96 0.32 0 0.62 200 0.92 0.2
Hex 4 42 61 60 20 0 3E C8 5C 14
Octal 4 102 141 140 40 0 76 310 134 24
Binary 100 1000010 1100001 1100000 100000 0 111110 11001000 1011100 10100

Color Harmonies of #044261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044261

Black with #044261

Text Example


Text Example

White with #044261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044261; }

 p { color: rgb(4,66,97); }

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

background-color css

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

 a { background-color: rgb(4,66,97); }

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

border-color css

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

 span { border-color: rgb(4,66,97); }

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