#044C5E

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

Shades of Sherpa Blue #044C5E

Tints of Sherpa Blue #044C5E

Color information

#044C5E (or 0x044C5E) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4C and 5E. RGB value is (4,76,94). Sum of RGB (Red+Green+Blue) = 4+76+94=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #044C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C5E is #FBB3A1. Grayscale: #383838. Windows color (decimal): -16495522 or 6179844. OLE color: 6179844.

HSL color Cylindrical-coordinate representation of color #044C5E: hue angle of 192º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044C5E is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB47694-
CMYK0.960.1900.63
HSL192º91.84%19.22%-
HSV(B)192º95.74%36.86%-
XYZ4.65611.5-
YUV56.52149.1590.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=2.30%
G=43.68%
B=54.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal476940.960.1900.6319291.8419.22
Hex44C5E601303Fc05c13
Octal41141361402307730013423
Binary10010011001011110110000010011011111111000000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,76,94); }

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

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

 a { background-color: rgb(4,76,94); }

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

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

 span { border-color: rgb(4,76,94); }

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