#044855

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

Shades of Sherpa Blue #044855

Tints of Sherpa Blue #044855

Color information

#044855 (or 0x044855) is unknown color: approx Sherpa Blue. HEX triplet: 04, 48 and 55. RGB value is (4,72,85). Sum of RGB (Red+Green+Blue) = 4+72+85=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #044855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044855 is #FBB7AA. Grayscale: #353535. Windows color (decimal): -16496555 or 5588996. OLE color: 5588996.

HSL color Cylindrical-coordinate representation of color #044855: hue angle of 189.63º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044855 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47285-
CMYK0.950.1500.67
HSL189.63º91.01%17.45%-
HSV(B)189.63º95.29%33.33%-
XYZ4.015.329.41-
YUV53.15145.9792.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=2.48%
G=44.72%
B=52.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal472850.950.1500.67189.6391.0117.45
Hex448555FF043be5b11
Octal411012513717010327613321
Binary10010010001010101101111111110100001110111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044855; }

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

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

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

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

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

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

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

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