Html Css Color HEX #004949 Sherpa Blue

📋 copy color: '#004949'

red 0 ◦ green 73 ◦ blue 73

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

Shades of Sherpa Blue #004949

Tints of Sherpa Blue #004949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#004949 (or 0x004949) is known color: Sherpa Blue. HEX triplet: 00, 49 and 49. RGB value is (0,73,73). Sum of RGB (Red+Green+Blue) = 0+73+73=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #004949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004949 is #FFB6B6. Grayscale: #333333. Windows color (decimal): -16758455 or 4802816. OLE color: 4802816.

HSL color Cylindrical-coordinate representation of color #004949: hue angle of 180º 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 #004949 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 73 -
CMYK 1 0 0 0.71
HSL 180º 1% 0.14% -
HSV(B) 180º 1% 0.29% -
XYZ 3.59 5.25 7.13 -
YUV 51.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 0 73 73 1 0 0 0.71 180 1 0.14
Hex 0 49 49 64 0 0 47 B4 64 E
Octal 0 111 111 144 0 0 107 264 144 16
Binary 0 1001001 1001001 1100100 0 0 1000111 10110100 1100100 1110

Color Harmonies of #004949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004949

Black with #004949

Text Example


Text Example

White with #004949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004949; }

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

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

background-color css

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

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

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

border-color css

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

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

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