Html Css Color HEX #044B49 Sherpa Blue

📋 copy color: '#044B49'

red 4 ◦ green 75 ◦ blue 73

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

Shades of Sherpa Blue #044B49

Tints of Sherpa Blue #044B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.34%

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 2.63%
G = 49.34%
B = 48.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#044B49 (or 0x044B49) is known color: Sherpa Blue. HEX triplet: 04, 4B and 49. RGB value is (4,75,73). Sum of RGB (Red+Green+Blue) = 4+75+73=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #044B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B49 is #FBB4B6. Grayscale: #353535. Windows color (decimal): -16495799 or 4803332. OLE color: 4803332.

HSL color Cylindrical-coordinate representation of color #044B49: hue angle of 178.31º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044B49 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 75 73 -
CMYK 0.95 0 0.03 0.71
HSL 178.31º 0.9% 0.15% -
HSV(B) 178.31º 0.95% 0.29% -
XYZ 3.77 5.54 7.17 -
YUV 53.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 4 75 73 0.95 0 0.03 0.71 178.31 0.9 0.15
Hex 4 4B 49 5F 0 3 47 B2 5A F
Octal 4 113 111 137 0 3 107 262 132 17
Binary 100 1001011 1001001 1011111 0 11 1000111 10110010 1011010 1111

Color Harmonies of #044B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B49

Black with #044B49

Text Example


Text Example

White with #044B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,75,73); }

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

background-color css

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

 a { background-color: rgb(4,75,73); }

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

border-color css

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

 span { border-color: rgb(4,75,73); }

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