#094A4E

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

Shades of Sherpa Blue #094A4E

Tints of Sherpa Blue #094A4E

Color information

#094A4E (or 0x094A4E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 4E. RGB value is (9,74,78). Sum of RGB (Red+Green+Blue) = 9+74+78=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #094A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A4E is #F6B5B1. Grayscale: #363636. Windows color (decimal): -16168370 or 5130761. OLE color: 5130761.

HSL color Cylindrical-coordinate representation of color #094A4E: hue angle of 183.48º 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 #094A4E is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB97478-
CMYK0.880.0500.69
HSL183.48º79.31%17.06%-
HSV(B)183.48º88.46%30.59%-
XYZ3.945.518.06-
YUV55.02140.9795.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=5.59%
G=45.96%
B=48.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal974780.880.0500.69183.4879.3117.06
Hex94A4E585045b74f11
Octal111121161305010526711721
Binary10011001010100111010110001010100010110110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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