#044F5C

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

Shades of Sherpa Blue #044F5C

Tints of Sherpa Blue #044F5C

Color information

#044F5C (or 0x044F5C) is unknown color: approx Sherpa Blue. HEX triplet: 04, 4F and 5C. RGB value is (4,79,92). Sum of RGB (Red+Green+Blue) = 4+79+92=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #044F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F5C is #FBB0A3. Grayscale: #393939. Windows color (decimal): -16494756 or 6049540. OLE color: 6049540.

HSL color Cylindrical-coordinate representation of color #044F5C: hue angle of 188.86º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F5C is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB47992-
CMYK0.960.1400.64
HSL188.86º91.67%18.82%-
HSV(B)188.86º95.65%36.08%-
XYZ4.786.3911.11-
YUV58.06147.1589.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=2.29%
G=45.14%
B=52.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal479920.960.1400.64188.8691.6718.82
Hex44F5C60E040bd5c13
Octal411713414016010027513423
Binary10010011111011100110000011100100000010111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,79,92); }

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

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

 a { background-color: rgb(4,79,92); }

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

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

 span { border-color: rgb(4,79,92); }

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