Html Css Color HEX #044D5B Sherpa Blue

📋 copy color: '#044D5B'

red 4 ◦ green 77 ◦ blue 91

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

Shades of Sherpa Blue #044D5B

Tints of Sherpa Blue #044D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 2.33%
G = 44.77%
B = 52.91%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#044D5B (or 0x044D5B) is known color: Sherpa Blue. HEX triplet: 04, 4D and 5B. RGB value is (4,77,91). Sum of RGB (Red+Green+Blue) = 4+77+91=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #044D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5B is #FBB2A4. Grayscale: #383838. Windows color (decimal): -16495269 or 5983492. OLE color: 5983492.

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

Color convert

RGB 4 77 91 -
CMYK 0.96 0.15 0 0.64
HSL 189.66º 0.92% 0.19% -
HSV(B) 189.66º 0.96% 0.36% -
XYZ 4.59 6.09 10.83 -
YUV 56.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 4 77 91 0.96 0.15 0 0.64 189.66 0.92 0.19
Hex 4 4D 5B 60 F 0 40 BE 5C 13
Octal 4 115 133 140 17 0 100 276 134 23
Binary 100 1001101 1011011 1100000 1111 0 1000000 10111110 1011100 10011

Color Harmonies of #044D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D5B

Black with #044D5B

Text Example


Text Example

White with #044D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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