#044046

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

Shades of Sherpa Blue #044046

Tints of Sherpa Blue #044046

Color information

#044046 (or 0x044046) is unknown color: approx Sherpa Blue. HEX triplet: 04, 40 and 46. RGB value is (4,64,70). Sum of RGB (Red+Green+Blue) = 4+64+70=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #044046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044046 is #FBBFB9. Grayscale: #2E2E2E. Windows color (decimal): -16498618 or 4603908. OLE color: 4603908.

HSL color Cylindrical-coordinate representation of color #044046: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044046 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB46470-
CMYK0.940.0900.73
HSL185.45º89.19%14.51%-
HSV(B)185.45º94.29%27.45%-
XYZ2.994.136.43-
YUV46.74141.1297.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=2.90%
G=46.38%
B=50.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal464700.940.0900.73185.4589.1914.51
Hex440465E9049b959f
Octal410010613611011127113117
Binary1001000000100011010111101001010010011011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044046; }

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

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

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

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

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

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

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

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