#09484E

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

Shades of Sherpa Blue #09484E

Tints of Sherpa Blue #09484E

Color information

#09484E (or 0x09484E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 4E. RGB value is (9,72,78). Sum of RGB (Red+Green+Blue) = 9+72+78=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #09484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09484E is #F6B7B1. Grayscale: #353535. Windows color (decimal): -16168882 or 5130249. OLE color: 5130249.

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

Color convert

RGB97278-
CMYK0.880.0800.69
HSL185.22º79.31%17.06%-
HSV(B)185.22º88.46%30.59%-
XYZ3.815.248.02-
YUV53.85141.6396.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=5.66%
G=45.28%
B=49.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal972780.880.0800.69185.2279.3117.06
Hex9484E588045b94f11
Octal1111011613010010527111721
Binary100110010001001110101100010000100010110111001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09484E; }

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

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

<style>
 a { background-color: #09484E; }

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

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

<style>
 span { border-color: #09484E; }

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

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