#044245

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

Shades of Sherpa Blue #044245

Tints of Sherpa Blue #044245

Color information

#044245 (or 0x044245) is unknown color: approx Sherpa Blue. HEX triplet: 04, 42 and 45. RGB value is (4,66,69). Sum of RGB (Red+Green+Blue) = 4+66+69=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #044245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044245 is #FBBDBA. Grayscale: #2F2F2F. Windows color (decimal): -16498107 or 4538884. OLE color: 4538884.

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

Color convert

RGB46669-
CMYK0.940.0400.73
HSL182.77º89.04%14.31%-
HSV(B)182.77º94.2%27.06%-
XYZ3.074.356.31-
YUV47.8139.9696.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=2.88%
G=47.48%
B=49.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal466690.940.0400.73182.7789.0414.31
Hex442455E4049b759e
Octal41021051364011126713116
Binary100100001010001011011110100010010011011011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044245; }

 p { color: rgb(4,66,69); }

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

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

 a { background-color: rgb(4,66,69); }

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

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

 span { border-color: rgb(4,66,69); }

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