#044055

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

Shades of Sherpa Blue #044055

Tints of Sherpa Blue #044055

Color information

#044055 (or 0x044055) is unknown color: approx Sherpa Blue. HEX triplet: 04, 40 and 55. RGB value is (4,64,85). Sum of RGB (Red+Green+Blue) = 4+64+85=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #044055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044055 is #FBBFAA. Grayscale: #303030. Windows color (decimal): -16498603 or 5586948. OLE color: 5586948.

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

Color convert

RGB46485-
CMYK0.950.2500.67
HSL195.56º91.01%17.45%-
HSV(B)195.56º95.29%33.33%-
XYZ3.524.359.25-
YUV48.45148.6296.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=2.61%
G=41.83%
B=55.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal464850.950.2500.67195.5691.0117.45
Hex440555F19043c45b11
Octal410012513731010330413321
Binary100100000010101011011111110010100001111000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044055; }

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

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

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

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

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

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

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

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