Html Css Color HEX #044D5E Sherpa Blue

📋 copy color: '#044D5E'

red 4 ◦ green 77 ◦ blue 94

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

Shades of Sherpa Blue #044D5E

Tints of Sherpa Blue #044D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 2.29%
G = 44%
B = 53.71%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#044D5E (or 0x044D5E) is known color: Sherpa Blue. HEX triplet: 04, 4D and 5E. RGB value is (4,77,94). Sum of RGB (Red+Green+Blue) = 4+77+94=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #044D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5E is #FBB2A1. Grayscale: #383838. Windows color (decimal): -16495266 or 6180100. OLE color: 6180100.

HSL color Cylindrical-coordinate representation of color #044D5E: hue angle of 191.33º 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 #044D5E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 77 94 -
CMYK 0.96 0.18 0 0.63
HSL 191.33º 0.92% 0.19% -
HSV(B) 191.33º 0.96% 0.37% -
XYZ 4.72 6.14 11.53 -
YUV 57.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 4 77 94 0.96 0.18 0 0.63 191.33 0.92 0.19
Hex 4 4D 5E 60 12 0 3F BF 5C 13
Octal 4 115 136 140 22 0 77 277 134 23
Binary 100 1001101 1011110 1100000 10010 0 111111 10111111 1011100 10011

Color Harmonies of #044D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D5E

Black with #044D5E

Text Example


Text Example

White with #044D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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