Html Css Color HEX #004F47 Sherpa Blue

📋 copy color: '#004F47'

red 0 ◦ green 79 ◦ blue 71

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

Shades of Sherpa Blue #004F47

Tints of Sherpa Blue #004F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.33%

R = 0%
G = 52.67%
B = 47.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#004F47 (or 0x004F47) is known color: Sherpa Blue. HEX triplet: 00, 4F and 47. RGB value is (0,79,71). Sum of RGB (Red+Green+Blue) = 0+79+71=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #004F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F47 is #FFB0B8. Grayscale: #363636. Windows color (decimal): -16756921 or 4673280. OLE color: 4673280.

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

Color convert

RGB 0 79 71 -
CMYK 1 0 0.10 0.69
HSL 173.92º 1% 0.15% -
HSV(B) 173.92º 1% 0.31% -
XYZ 3.93 6.05 6.92 -
YUV 54.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 0 79 71 1 0 0.10 0.69 173.92 1 0.15
Hex 0 4F 47 64 0 A 45 AE 64 F
Octal 0 117 107 144 0 12 105 256 144 17
Binary 0 1001111 1000111 1100100 0 1010 1000101 10101110 1100100 1111

Color Harmonies of #004F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F47

Black with #004F47

Text Example


Text Example

White with #004F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,79,71); }

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

background-color css

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

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

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

border-color css

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

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

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