Html Css Color HEX #044F5C Sherpa Blue

📋 copy color: '#044F5C'

red 4 ◦ green 79 ◦ blue 92

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

Shades of Sherpa Blue #044F5C

Tints of Sherpa Blue #044F5C

RGB

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

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

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

R = 2.29%
G = 45.14%
B = 52.57%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#044F5C (or 0x044F5C) is known color: Sherpa Blue. HEX triplet: 04, 4F and 5C. RGB value is (4,79,92). Sum of RGB (Red+Green+Blue) = 4+79+92=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #044F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F5C is #FBB0A3. Grayscale: #393939. Windows color (decimal): -16494756 or 6049540. OLE color: 6049540.

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

Color convert

RGB 4 79 92 -
CMYK 0.96 0.14 0 0.64
HSL 188.86º 0.92% 0.19% -
HSV(B) 188.86º 0.96% 0.36% -
XYZ 4.78 6.39 11.11 -
YUV 58.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 4 79 92 0.96 0.14 0 0.64 188.86 0.92 0.19
Hex 4 4F 5C 60 E 0 40 BD 5C 13
Octal 4 117 134 140 16 0 100 275 134 23
Binary 100 1001111 1011100 1100000 1110 0 1000000 10111101 1011100 10011

Color Harmonies of #044F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F5C

Black with #044F5C

Text Example


Text Example

White with #044F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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