#044D5A

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

Shades of Sherpa Blue #044D5A

Tints of Sherpa Blue #044D5A

Color information

#044D5A (or 0x044D5A) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4D and 5A. RGB value is (4,77,90). Sum of RGB (Red+Green+Blue) = 4+77+90=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #044D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5A is #FBB2A5. Grayscale: #383838. Windows color (decimal): -16495270 or 5917956. OLE color: 5917956.

HSL color Cylindrical-coordinate representation of color #044D5A: hue angle of 189.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044D5A is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB47790-
CMYK0.960.1400.65
HSL189.07º91.49%18.43%-
HSV(B)189.07º95.56%35.29%-
XYZ4.556.0710.61-
YUV56.65146.8290.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=2.34%
G=45.03%
B=52.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal477900.960.1400.65189.0791.4918.43
Hex44D5A60E041bd5b12
Octal411513214016010127513322
Binary10010011011011010110000011100100000110111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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