#044D50

Color #044D50 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #044D50

Tints of Sherpa Blue #044D50

Color information

#044D50 (or 0x044D50) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4D and 50. RGB value is (4,77,80). Sum of RGB (Red+Green+Blue) = 4+77+80=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #044D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D50 is #FBB2AF. Grayscale: #373737. Windows color (decimal): -16495280 or 5262596. OLE color: 5262596.

HSL color Cylindrical-coordinate representation of color #044D50: hue angle of 182.37º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D50 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB47780-
CMYK0.950.0400.69
HSL182.37º90.48%16.47%-
HSV(B)182.37º95%31.37%-
XYZ4.155.918.51-
YUV55.52141.8291.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=2.48%
G=47.83%
B=49.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal477800.950.0400.69182.3790.4816.47
Hex44D505F4045b65a10
Octal41151201374010526613220
Binary1001001101101000010111111000100010110110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044D50; }

 p { color: rgb(4,77,80); }

 H1.HeaderClassName
 {
   color: #044D50;
 }
 .AnyTagClassName
 {
   color: #044D50;
 }
</style>
background-color css

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

 a { background-color: rgb(4,77,80); }

 div.DivClassName
 {
   background-color: #044D50;
 }
 .BgClassName
 {
   background-color: #044D50;
 }
</style>
border-color css

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

 span { border-color: rgb(4,77,80); }

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