#074F4E

Color #074F4E Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #074F4E

Tints of Sherpa Blue #074F4E

Color information

#074F4E (or 0x074F4E) is unknown color: approx Sherpa Blue. HEX triplet: 07, 4F and 4E. RGB value is (7,79,78). Sum of RGB (Red+Green+Blue) = 7+79+78=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #074F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F4E is #F8B0B1. Grayscale: #393939. Windows color (decimal): -16298162 or 5132039. OLE color: 5132039.

HSL color Cylindrical-coordinate representation of color #074F4E: hue angle of 179.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F4E is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB77978-
CMYK0.9100.010.69
HSL179.17º83.72%16.86%-
HSV(B)179.17º91.14%30.98%-
XYZ4.266.198.18-
YUV57.36139.6592.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=4.27%
G=48.17%
B=47.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal779780.9100.010.69179.1783.7216.86
Hex74F4E5B0145b35411
Octal71171161330110526312421
Binary11110011111001110101101101100010110110011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074F4E; }

 p { color: rgb(7,79,78); }

 H1.HeaderClassName
 {
   color: #074F4E;
 }
 .AnyTagClassName
 {
   color: #074F4E;
 }
</style>
background-color css

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

 a { background-color: rgb(7,79,78); }

 div.DivClassName
 {
   background-color: #074F4E;
 }
 .BgClassName
 {
   background-color: #074F4E;
 }
</style>
border-color css

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

 span { border-color: rgb(7,79,78); }

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