#044A65

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

Shades of Sherpa Blue #044A65

Tints of Sherpa Blue #044A65

Color information

#044A65 (or 0x044A65) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 65. RGB value is (4,74,101). Sum of RGB (Red+Green+Blue) = 4+74+101=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #044A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A65 is #FBB59A. Grayscale: #373737. Windows color (decimal): -16496027 or 6638084. OLE color: 6638084.

HSL color Cylindrical-coordinate representation of color #044A65: hue angle of 196.7º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044A65 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB474101-
CMYK0.960.2700.60
HSL196.7º92.38%20.59%-
HSV(B)196.7º96.04%39.61%-
XYZ4.855.8613.19-
YUV56.15153.3190.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 101 (39.84% from 255) = 56.42%
R=2.23%
G=41.34%
B=56.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4741010.960.2700.60196.792.3820.59
Hex44A65601B03Cc55c15
Octal41121451403307430513425
Binary10010010101100101110000011011011110011000101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,74,101); }

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

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

 a { background-color: rgb(4,74,101); }

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

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

 span { border-color: rgb(4,74,101); }

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