Html Css Color HEX #044049 Sherpa Blue

📋 copy color: '#044049'

red 4 ◦ green 64 ◦ blue 73

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

Shades of Sherpa Blue #044049

Tints of Sherpa Blue #044049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 2.84%
G = 45.39%
B = 51.77%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#044049 (or 0x044049) is known color: Sherpa Blue. HEX triplet: 04, 40 and 49. RGB value is (4,64,73). Sum of RGB (Red+Green+Blue) = 4+64+73=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #044049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044049 is #FBBFB6. Grayscale: #2E2E2E. Windows color (decimal): -16498615 or 4800516. OLE color: 4800516.

HSL color Cylindrical-coordinate representation of color #044049: hue angle of 187.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044049 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 64 73 -
CMYK 0.95 0.12 0 0.71
HSL 187.83º 0.9% 0.15% -
HSV(B) 187.83º 0.95% 0.29% -
XYZ 3.09 4.17 6.95 -
YUV 47.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 4 64 73 0.95 0.12 0 0.71 187.83 0.9 0.15
Hex 4 40 49 5F C 0 47 BC 5A F
Octal 4 100 111 137 14 0 107 274 132 17
Binary 100 1000000 1001001 1011111 1100 0 1000111 10111100 1011010 1111

Color Harmonies of #044049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044049

Black with #044049

Text Example


Text Example

White with #044049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044049; }

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

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

background-color css

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

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

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

border-color css

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

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

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