Html Css Color HEX #004A44 Sherpa Blue

📋 copy color: '#004A44'

red 0 ◦ green 74 ◦ blue 68

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

Shades of Sherpa Blue #004A44

Tints of Sherpa Blue #004A44

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 52.11%
B = 47.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#004A44 (or 0x004A44) is known color: Sherpa Blue. HEX triplet: 00, 4A and 44. RGB value is (0,74,68). Sum of RGB (Red+Green+Blue) = 0+74+68=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #004A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A44 is #FFB5BB. Grayscale: #333333. Windows color (decimal): -16758204 or 4475392. OLE color: 4475392.

HSL color Cylindrical-coordinate representation of color #004A44: hue angle of 175.14º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A44 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 74 68 -
CMYK 1 0 0.08 0.71
HSL 175.14º 1% 0.15% -
HSV(B) 175.14º 1% 0.29% -
XYZ 3.49 5.31 6.31 -
YUV 51.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 0 74 68 1 0 0.08 0.71 175.14 1 0.15
Hex 0 4A 44 64 0 8 47 AF 64 F
Octal 0 112 104 144 0 10 107 257 144 17
Binary 0 1001010 1000100 1100100 0 1000 1000111 10101111 1100100 1111

Color Harmonies of #004A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A44

Black with #004A44

Text Example


Text Example

White with #004A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004A44; }

 p { color: rgb(0,74,68); }

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

background-color css

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

 a { background-color: rgb(0,74,68); }

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

border-color css

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

 span { border-color: rgb(0,74,68); }

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