#044A4B

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

Shades of Sherpa Blue #044A4B

Tints of Sherpa Blue #044A4B

Color information

#044A4B (or 0x044A4B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 4B. RGB value is (4,74,75). Sum of RGB (Red+Green+Blue) = 4+74+75=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #044A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A4B is #FBB5B4. Grayscale: #353535. Windows color (decimal): -16496053 or 4934148. OLE color: 4934148.

HSL color Cylindrical-coordinate representation of color #044A4B: hue angle of 180.85º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A4B is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB47475-
CMYK0.950.0100.71
HSL180.85º89.87%15.49%-
HSV(B)180.85º94.67%29.41%-
XYZ3.775.437.51-
YUV53.18140.3192.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 74 (29.30% from 255) = 48.37%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=2.61%
G=48.37%
B=49.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal474750.950.0100.71180.8589.8715.49
Hex44A4B5F1047b55af
Octal41121131371010726513217
Binary1001001010100101110111111010001111011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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