#044660

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

Shades of Sherpa Blue #044660

Tints of Sherpa Blue #044660

Color information

#044660 (or 0x044660) is unknown color: approx Sherpa Blue. HEX triplet: 04, 46 and 60. RGB value is (4,70,96). Sum of RGB (Red+Green+Blue) = 4+70+96=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #044660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044660 is #FBB99F. Grayscale: #353535. Windows color (decimal): -16497056 or 6309380. OLE color: 6309380.

HSL color Cylindrical-coordinate representation of color #044660: hue angle of 196.96º 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 #044660 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB47096-
CMYK0.960.2700.62
HSL196.96º92%19.61%-
HSV(B)196.96º95.83%37.65%-
XYZ4.355.2511.85-
YUV53.23152.1392.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=2.35%
G=41.18%
B=56.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal470960.960.2700.62196.969219.61
Hex44660601B03Ec55c14
Octal41061401403307630513424
Binary10010001101100000110000011011011111011000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044660; }

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

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

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

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

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

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

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

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