#094D4E

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

Shades of Sherpa Blue #094D4E

Tints of Sherpa Blue #094D4E

Color information

#094D4E (or 0x094D4E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4D and 4E. RGB value is (9,77,78). Sum of RGB (Red+Green+Blue) = 9+77+78=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #094D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D4E is #F6B2B1. Grayscale: #383838. Windows color (decimal): -16167602 or 5131529. OLE color: 5131529.

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

Color convert

RGB97778-
CMYK0.880.0100.69
HSL180.87º79.31%17.06%-
HSV(B)180.87º88.46%30.59%-
XYZ4.145.928.13-
YUV56.78139.9793.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=5.49%
G=46.95%
B=47.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal977780.880.0100.69180.8779.3117.06
Hex94D4E581045b54f11
Octal111151161301010526511721
Binary100110011011001110101100010100010110110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D4E; }

 p { color: rgb(9,77,78); }

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

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

 a { background-color: rgb(9,77,78); }

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

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

 span { border-color: rgb(9,77,78); }

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