Html Css Color HEX #044044 Sherpa Blue

📋 copy color: '#044044'

red 4 ◦ green 64 ◦ blue 68

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

Shades of Sherpa Blue #044044

Tints of Sherpa Blue #044044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.06%

 BLUE value IS 68 (26.95% from 255) = 50%

R = 2.94%
G = 47.06%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#044044 (or 0x044044) is known color: Sherpa Blue. HEX triplet: 04, 40 and 44. RGB value is (4,64,68). Sum of RGB (Red+Green+Blue) = 4+64+68=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #044044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044044 is #FBBFBB. Grayscale: #2E2E2E. Windows color (decimal): -16498620 or 4472836. OLE color: 4472836.

HSL color Cylindrical-coordinate representation of color #044044: hue angle of 183.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044044 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 64 68 -
CMYK 0.94 0.06 0 0.73
HSL 183.75º 0.89% 0.14% -
HSV(B) 183.75º 0.94% 0.27% -
XYZ 2.93 4.11 6.11 -
YUV 46.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 4 64 68 0.94 0.06 0 0.73 183.75 0.89 0.14
Hex 4 40 44 5E 6 0 49 B8 59 E
Octal 4 100 104 136 6 0 111 270 131 16
Binary 100 1000000 1000100 1011110 110 0 1001001 10111000 1011001 1110

Color Harmonies of #044044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044044

Black with #044044

Text Example


Text Example

White with #044044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044044; }

 p { color: rgb(4,64,68); }

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

background-color css

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

 a { background-color: rgb(4,64,68); }

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

border-color css

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

 span { border-color: rgb(4,64,68); }

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