#044A53

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

Shades of Sherpa Blue #044A53

Tints of Sherpa Blue #044A53

Color information

#044A53 (or 0x044A53) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 53. RGB value is (4,74,83). Sum of RGB (Red+Green+Blue) = 4+74+83=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #044A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A53 is #FBB5AC. Grayscale: #353535. Windows color (decimal): -16496045 or 5458436. OLE color: 5458436.

HSL color Cylindrical-coordinate representation of color #044A53: hue angle of 186.84º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A53 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47483-
CMYK0.950.1100.67
HSL186.84º90.8%17.06%-
HSV(B)186.84º95.18%32.55%-
XYZ4.065.559.04-
YUV54.1144.3192.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=2.48%
G=45.96%
B=51.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal474830.950.1100.67186.8490.817.06
Hex44A535FB043bb5b11
Octal411212313713010327313321
Binary10010010101010011101111110110100001110111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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