#094A4C

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

Shades of Sherpa Blue #094A4C

Tints of Sherpa Blue #094A4C

Color information

#094A4C (or 0x094A4C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 4C. RGB value is (9,74,76). Sum of RGB (Red+Green+Blue) = 9+74+76=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #094A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A4C is #F6B5B3. Grayscale: #363636. Windows color (decimal): -16168372 or 4999689. OLE color: 4999689.

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

Color convert

RGB97476-
CMYK0.880.0300.70
HSL181.79º78.82%16.67%-
HSV(B)181.79º88.16%29.8%-
XYZ3.875.487.69-
YUV54.79139.9795.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=5.66%
G=46.54%
B=47.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal974760.880.0300.70181.7978.8216.67
Hex94A4C583046b64f11
Octal111121141303010626611721
Binary1001100101010011001011000110100011010110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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