#044860

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

Shades of Sherpa Blue #044860

Tints of Sherpa Blue #044860

Color information

#044860 (or 0x044860) is unknown color: approx Sherpa Blue. HEX triplet: 04, 48 and 60. RGB value is (4,72,96). Sum of RGB (Red+Green+Blue) = 4+72+96=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #044860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044860 is #FBB79F. Grayscale: #363636. Windows color (decimal): -16496544 or 6309892. OLE color: 6309892.

HSL color Cylindrical-coordinate representation of color #044860: hue angle of 195.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044860 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB47296-
CMYK0.960.2500.62
HSL195.65º92%19.61%-
HSV(B)195.65º95.83%37.65%-
XYZ4.485.5111.89-
YUV54.4151.4792.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=2.33%
G=41.86%
B=55.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal472960.960.2500.62195.659219.61
Hex44860601903Ec45c14
Octal41101401403107630413424
Binary10010010001100000110000011001011111011000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044860; }

 p { color: rgb(4,72,96); }

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

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

 a { background-color: rgb(4,72,96); }

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

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

 span { border-color: rgb(4,72,96); }

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