#044546

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

Shades of Sherpa Blue #044546

Tints of Sherpa Blue #044546

Color information

#044546 (or 0x044546) is unknown color: approx Sherpa Blue. HEX triplet: 04, 45 and 46. RGB value is (4,69,70). Sum of RGB (Red+Green+Blue) = 4+69+70=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #044546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044546 is #FBBAB9. Grayscale: #313131. Windows color (decimal): -16497338 or 4605188. OLE color: 4605188.

HSL color Cylindrical-coordinate representation of color #044546: hue angle of 180.91º 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 #044546 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB46970-
CMYK0.940.0100.73
HSL180.91º89.19%14.51%-
HSV(B)180.91º94.29%27.45%-
XYZ3.284.726.53-
YUV49.68139.4795.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=2.80%
G=48.25%
B=48.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469700.940.0100.73180.9189.1914.51
Hex445465E1049b559f
Octal41051061361011126513117
Binary1001000101100011010111101010010011011010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044546; }

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

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

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

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

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

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

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

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