Html Css Color HEX #044F60 Sherpa Blue

📋 copy color: '#044F60'

red 4 ◦ green 79 ◦ blue 96

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

Shades of Sherpa Blue #044F60

Tints of Sherpa Blue #044F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 2.23%
G = 44.13%
B = 53.63%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#044F60 (or 0x044F60) is known color: Sherpa Blue. HEX triplet: 04, 4F and 60. RGB value is (4,79,96). Sum of RGB (Red+Green+Blue) = 4+79+96=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #044F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F60 is #FBB09F. Grayscale: #3A3A3A. Windows color (decimal): -16494752 or 6311684. OLE color: 6311684.

HSL color Cylindrical-coordinate representation of color #044F60: hue angle of 191.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044F60 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 79 96 -
CMYK 0.96 0.18 0 0.62
HSL 191.09º 0.92% 0.2% -
HSV(B) 191.09º 0.96% 0.38% -
XYZ 4.96 6.46 12.05 -
YUV 58.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 4 79 96 0.96 0.18 0 0.62 191.09 0.92 0.2
Hex 4 4F 60 60 12 0 3E BF 5C 14
Octal 4 117 140 140 22 0 76 277 134 24
Binary 100 1001111 1100000 1100000 10010 0 111110 10111111 1011100 10100

Color Harmonies of #044F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F60

Black with #044F60

Text Example


Text Example

White with #044F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,96); }

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

background-color css

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

 a { background-color: rgb(4,79,96); }

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

border-color css

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

 span { border-color: rgb(4,79,96); }

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