Html Css Color HEX #004049 Sherpa Blue

📋 copy color: '#004049'

red 0 ◦ green 64 ◦ blue 73

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

Shades of Sherpa Blue #004049

Tints of Sherpa Blue #004049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 53.28%

R = 0%
G = 46.72%
B = 53.28%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#004049 (or 0x004049) is known color: Sherpa Blue. HEX triplet: 00, 40 and 49. RGB value is (0,64,73). Sum of RGB (Red+Green+Blue) = 0+64+73=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #004049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004049 is #FFBFB6. Grayscale: #2D2D2D. Windows color (decimal): -16760759 or 4800512. OLE color: 4800512.

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

Color convert

RGB 0 64 73 -
CMYK 1 0.12 0 0.71
HSL 187.4º 1% 0.14% -
HSV(B) 187.4º 1% 0.29% -
XYZ 3.04 4.15 6.94 -
YUV 45.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 0 64 73 1 0.12 0 0.71 187.4 1 0.14
Hex 0 40 49 64 C 0 47 BB 64 E
Octal 0 100 111 144 14 0 107 273 144 16
Binary 0 1000000 1001001 1100100 1100 0 1000111 10111011 1100100 1110

Color Harmonies of #004049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004049

Black with #004049

Text Example


Text Example

White with #004049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004049; }

 p { color: rgb(0,64,73); }

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

background-color css

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

 a { background-color: rgb(0,64,73); }

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

border-color css

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

 span { border-color: rgb(0,64,73); }

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