#044B48

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

Shades of Sherpa Blue #044B48

Tints of Sherpa Blue #044B48

Color information

#044B48 (or 0x044B48) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4B and 48. RGB value is (4,75,72). Sum of RGB (Red+Green+Blue) = 4+75+72=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #044B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B48 is #FBB4B7. Grayscale: #353535. Windows color (decimal): -16495800 or 4737796. OLE color: 4737796.

HSL color Cylindrical-coordinate representation of color #044B48: hue angle of 177.46º 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 #044B48 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB47572-
CMYK0.9500.040.71
HSL177.46º89.87%15.49%-
HSV(B)177.46º94.67%29.41%-
XYZ3.745.537-
YUV53.43138.4892.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=2.65%
G=49.67%
B=47.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal475720.9500.040.71177.4689.8715.49
Hex44B485F0447b15af
Octal41131101370410726113217
Binary100100101110010001011111010010001111011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,75,72); }

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

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

 a { background-color: rgb(4,75,72); }

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

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

 span { border-color: rgb(4,75,72); }

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