#044F60

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

Shades of Sherpa Blue #044F60

Tints of Sherpa Blue #044F60

Color information

#044F60 (or 0x044F60) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4F and 60. RGB value is (4,79,96). Sum of RGB (Red+Green+Blue) = 4+79+96=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #044F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F60 is #FBB09F. Grayscale: #3A3A3A. Windows color (decimal): -16494752 or 6311684. OLE color: 6311684.

HSL color Cylindrical-coordinate representation of color #044F60: hue angle of 191.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F60 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB47996-
CMYK0.960.1800.62
HSL191.09º92%19.61%-
HSV(B)191.09º95.83%37.65%-
XYZ4.966.4612.05-
YUV58.51149.1589.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=2.23%
G=44.13%
B=53.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal479960.960.1800.62191.099219.61
Hex44F60601203Ebf5c14
Octal41171401402207627713424
Binary10010011111100000110000010010011111010111111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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