Html Css Color HEX #044D5A Sherpa Blue

📋 copy color: '#044D5A'

red 4 ◦ green 77 ◦ blue 90

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

Shades of Sherpa Blue #044D5A

Tints of Sherpa Blue #044D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 2.34%
G = 45.03%
B = 52.63%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#044D5A (or 0x044D5A) is known color: Sherpa Blue. HEX triplet: 04, 4D and 5A. RGB value is (4,77,90). Sum of RGB (Red+Green+Blue) = 4+77+90=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #044D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5A is #FBB2A5. Grayscale: #383838. Windows color (decimal): -16495270 or 5917956. OLE color: 5917956.

HSL color Cylindrical-coordinate representation of color #044D5A: hue angle of 189.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044D5A is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 77 90 -
CMYK 0.96 0.14 0 0.65
HSL 189.07º 0.91% 0.18% -
HSV(B) 189.07º 0.96% 0.35% -
XYZ 4.55 6.07 10.61 -
YUV 56.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 4 77 90 0.96 0.14 0 0.65 189.07 0.91 0.18
Hex 4 4D 5A 60 E 0 41 BD 5B 12
Octal 4 115 132 140 16 0 101 275 133 22
Binary 100 1001101 1011010 1100000 1110 0 1000001 10111101 1011011 10010

Color Harmonies of #044D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D5A

Black with #044D5A

Text Example


Text Example

White with #044D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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