Html Css Color HEX #044A58 Sherpa Blue

📋 copy color: '#044A58'

red 4 ◦ green 74 ◦ blue 88

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

Shades of Sherpa Blue #044A58

Tints of Sherpa Blue #044A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.58%

 BLUE value IS 88 (34.77% from 255) = 53.01%

R = 2.41%
G = 44.58%
B = 53.01%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#044A58 (or 0x044A58) is known color: Sherpa Blue. HEX triplet: 04, 4A and 58. RGB value is (4,74,88). Sum of RGB (Red+Green+Blue) = 4+74+88=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #044A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A58 is #FBB5A7. Grayscale: #363636. Windows color (decimal): -16496040 or 5786116. OLE color: 5786116.

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

Color convert

RGB 4 74 88 -
CMYK 0.95 0.16 0 0.65
HSL 190º 0.91% 0.18% -
HSV(B) 190º 0.95% 0.35% -
XYZ 4.26 5.63 10.09 -
YUV 54.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 4 74 88 0.95 0.16 0 0.65 190 0.91 0.18
Hex 4 4A 58 5F 10 0 41 BE 5B 12
Octal 4 112 130 137 20 0 101 276 133 22
Binary 100 1001010 1011000 1011111 10000 0 1000001 10111110 1011011 10010

Color Harmonies of #044A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A58

Black with #044A58

Text Example


Text Example

White with #044A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,74,88); }

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

background-color css

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

 a { background-color: rgb(4,74,88); }

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

border-color css

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

 span { border-color: rgb(4,74,88); }

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