Html Css Color HEX #084D4F Sherpa Blue

📋 copy color: '#084D4F'

red 8 ◦ green 77 ◦ blue 79

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

Shades of Sherpa Blue #084D4F

Tints of Sherpa Blue #084D4F

RGB

 RED value IS 8 (3.52% from 255) = 4.88%

 GREEN value IS 77 (30.47% from 255) = 46.95%

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 4.88%
G = 46.95%
B = 48.17%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#084D4F (or 0x084D4F) is known color: Sherpa Blue. HEX triplet: 08, 4D and 4F. RGB value is (8,77,79). Sum of RGB (Red+Green+Blue) = 8+77+79=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #084D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D4F is #F7B2B0. Grayscale: #383838. Windows color (decimal): -16233137 or 5197064. OLE color: 5197064.

HSL color Cylindrical-coordinate representation of color #084D4F: hue angle of 181.69º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D4F is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 77 79 -
CMYK 0.90 0.03 0 0.69
HSL 181.69º 0.82% 0.17% -
HSV(B) 181.69º 0.9% 0.31% -
XYZ 4.17 5.92 8.32 -
YUV 56.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 8 77 79 0.90 0.03 0 0.69 181.69 0.82 0.17
Hex 8 4D 4F 5A 3 0 45 B6 52 11
Octal 10 115 117 132 3 0 105 266 122 21
Binary 1000 1001101 1001111 1011010 11 0 1000101 10110110 1010010 10001

Color Harmonies of #084D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D4F

Black with #084D4F

Text Example


Text Example

White with #084D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084D4F; }

 p { color: rgb(8,77,79); }

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

background-color css

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

 a { background-color: rgb(8,77,79); }

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

border-color css

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

 span { border-color: rgb(8,77,79); }

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