Html Css Color HEX #044D5F Sherpa Blue

📋 copy color: '#044D5F'

red 4 ◦ green 77 ◦ blue 95

#044D5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #044D5F

Tints of Sherpa Blue #044D5F

RGB

 RED value IS 4 (1.95% from 255) = 2.27%

 GREEN value IS 77 (30.47% from 255) = 43.75%

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 2.27%
G = 43.75%
B = 53.98%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#044D5F (or 0x044D5F) is known color: Sherpa Blue. HEX triplet: 04, 4D and 5F. RGB value is (4,77,95). Sum of RGB (Red+Green+Blue) = 4+77+95=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #044D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5F is #FBB2A0. Grayscale: #393939. Windows color (decimal): -16495265 or 6245636. OLE color: 6245636.

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

Color convert

RGB 4 77 95 -
CMYK 0.96 0.19 0 0.63
HSL 191.87º 0.92% 0.19% -
HSV(B) 191.87º 0.96% 0.37% -
XYZ 4.77 6.16 11.76 -
YUV 57.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 4 77 95 0.96 0.19 0 0.63 191.87 0.92 0.19
Hex 4 4D 5F 60 13 0 3F C0 5C 13
Octal 4 115 137 140 23 0 77 300 134 23
Binary 100 1001101 1011111 1100000 10011 0 111111 11000000 1011100 10011

Color Harmonies of #044D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D5F

Black with #044D5F

Text Example


Text Example

White with #044D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,95); }

 H1.HeaderClassName
 {
   color: #044D5F;
 }
 .AnyTagClassName
 {
   color: #044D5F;
 }
</style>

background-color css

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

 a { background-color: rgb(4,77,95); }

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

border-color css

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

 span { border-color: rgb(4,77,95); }

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