#044B4F

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

Shades of Sherpa Blue #044B4F

Tints of Sherpa Blue #044B4F

Color information

#044B4F (or 0x044B4F) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4B and 4F. RGB value is (4,75,79). Sum of RGB (Red+Green+Blue) = 4+75+79=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #044B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B4F is #FBB4B0. Grayscale: #363636. Windows color (decimal): -16495793 or 5196548. OLE color: 5196548.

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

Color convert

RGB47579-
CMYK0.950.0500.69
HSL183.2º90.36%16.27%-
HSV(B)183.2º94.94%30.98%-
XYZ3.985.628.27-
YUV54.23141.9892.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 79 (31.25% from 255) = 50%
R=2.53%
G=47.47%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal475790.950.0500.69183.290.3616.27
Hex44B4F5F5045b75a10
Octal41131171375010526713220
Binary1001001011100111110111111010100010110110111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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