Html Css Color HEX #004F4A Sherpa Blue

📋 copy color: '#004F4A'

red 0 ◦ green 79 ◦ blue 74

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

Shades of Sherpa Blue #004F4A

Tints of Sherpa Blue #004F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 0%
G = 51.63%
B = 48.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#004F4A (or 0x004F4A) is known color: Sherpa Blue. HEX triplet: 00, 4F and 4A. RGB value is (0,79,74). Sum of RGB (Red+Green+Blue) = 0+79+74=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #004F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F4A is #FFB0B5. Grayscale: #363636. Windows color (decimal): -16756918 or 4869888. OLE color: 4869888.

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

Color convert

RGB 0 79 74 -
CMYK 1 0 0.06 0.69
HSL 176.2º 1% 0.15% -
HSV(B) 176.2º 1% 0.31% -
XYZ 4.03 6.09 7.44 -
YUV 54.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 0 79 74 1 0 0.06 0.69 176.2 1 0.15
Hex 0 4F 4A 64 0 6 45 B0 64 F
Octal 0 117 112 144 0 6 105 260 144 17
Binary 0 1001111 1001010 1100100 0 110 1000101 10110000 1100100 1111

Color Harmonies of #004F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F4A

Black with #004F4A

Text Example


Text Example

White with #004F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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