Html Css Color HEX #044D5C Sherpa Blue

📋 copy color: '#044D5C'

red 4 ◦ green 77 ◦ blue 92

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

Shades of Sherpa Blue #044D5C

Tints of Sherpa Blue #044D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 2.31%
G = 44.51%
B = 53.18%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#044D5C (or 0x044D5C) is known color: Sherpa Blue. HEX triplet: 04, 4D and 5C. RGB value is (4,77,92). Sum of RGB (Red+Green+Blue) = 4+77+92=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #044D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D5C is #FBB2A3. Grayscale: #383838. Windows color (decimal): -16495268 or 6049028. OLE color: 6049028.

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

Color convert

RGB 4 77 92 -
CMYK 0.96 0.16 0 0.64
HSL 190.23º 0.92% 0.19% -
HSV(B) 190.23º 0.96% 0.36% -
XYZ 4.64 6.11 11.06 -
YUV 56.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 4 77 92 0.96 0.16 0 0.64 190.23 0.92 0.19
Hex 4 4D 5C 60 10 0 40 BE 5C 13
Octal 4 115 134 140 20 0 100 276 134 23
Binary 100 1001101 1011100 1100000 10000 0 1000000 10111110 1011100 10011

Color Harmonies of #044D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D5C

Black with #044D5C

Text Example


Text Example

White with #044D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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