#044A55

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

Shades of Sherpa Blue #044A55

Tints of Sherpa Blue #044A55

Color information

#044A55 (or 0x044A55) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 55. RGB value is (4,74,85). Sum of RGB (Red+Green+Blue) = 4+74+85=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #044A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A55 is #FBB5AA. Grayscale: #363636. Windows color (decimal): -16496043 or 5589508. OLE color: 5589508.

HSL color Cylindrical-coordinate representation of color #044A55: hue angle of 188.15º 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 #044A55 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB47485-
CMYK0.950.1300.67
HSL188.15º91.01%17.45%-
HSV(B)188.15º95.29%33.33%-
XYZ4.145.589.45-
YUV54.32145.3192.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=2.45%
G=45.40%
B=52.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal474850.950.1300.67188.1591.0117.45
Hex44A555FD043bc5b11
Octal411212513715010327413321
Binary10010010101010101101111111010100001110111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044A55; }

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

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

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

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

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

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

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

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