#044A5D

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

Shades of Sherpa Blue #044A5D

Tints of Sherpa Blue #044A5D

Color information

#044A5D (or 0x044A5D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 5D. RGB value is (4,74,93). Sum of RGB (Red+Green+Blue) = 4+74+93=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #044A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A5D is #FBB5A2. Grayscale: #373737. Windows color (decimal): -16496035 or 6113796. OLE color: 6113796.

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

Color convert

RGB47493-
CMYK0.960.2000.64
HSL192.81º91.75%19.02%-
HSV(B)192.81º95.7%36.47%-
XYZ4.475.7111.22-
YUV55.24149.3191.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 74 (29.30% from 255) = 43.27%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=2.34%
G=43.27%
B=54.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal474930.960.2000.64192.8191.7519.02
Hex44A5D6014040c15c13
Octal411213514024010030113423
Binary100100101010111011100000101000100000011000001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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