#044B53

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

Shades of Sherpa Blue #044B53

Tints of Sherpa Blue #044B53

Color information

#044B53 (or 0x044B53) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4B and 53. RGB value is (4,75,83). Sum of RGB (Red+Green+Blue) = 4+75+83=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #044B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044B53 is #FBB4AC. Grayscale: #363636. Windows color (decimal): -16495789 or 5458692. OLE color: 5458692.

HSL color Cylindrical-coordinate representation of color #044B53: hue angle of 186.08º 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 #044B53 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47583-
CMYK0.950.1000.67
HSL186.08º90.8%17.06%-
HSV(B)186.08º95.18%32.55%-
XYZ4.135.689.06-
YUV54.68143.9891.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=2.47%
G=46.30%
B=51.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal475830.950.1000.67186.0890.817.06
Hex44B535FA043ba5b11
Octal411312313712010327213321
Binary10010010111010011101111110100100001110111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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