#044A54

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

Shades of Sherpa Blue #044A54

Tints of Sherpa Blue #044A54

Color information

#044A54 (or 0x044A54) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4A and 54. RGB value is (4,74,84). Sum of RGB (Red+Green+Blue) = 4+74+84=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #044A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A54 is #FBB5AB. Grayscale: #363636. Windows color (decimal): -16496044 or 5523972. OLE color: 5523972.

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

Color convert

RGB47484-
CMYK0.950.1200.67
HSL187.5º90.91%17.25%-
HSV(B)187.5º95.24%32.94%-
XYZ4.15.569.25-
YUV54.21144.8192.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=2.47%
G=45.68%
B=51.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal474840.950.1200.67187.590.9117.25
Hex44A545FC043bc5b11
Octal411212413714010327413321
Binary10010010101010100101111111000100001110111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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