#09484C

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

Shades of Sherpa Blue #09484C

Tints of Sherpa Blue #09484C

Color information

#09484C (or 0x09484C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 4C. RGB value is (9,72,76). Sum of RGB (Red+Green+Blue) = 9+72+76=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #09484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09484C is #F6B7B3. Grayscale: #353535. Windows color (decimal): -16168884 or 4999177. OLE color: 4999177.

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

Color convert

RGB97276-
CMYK0.880.0500.70
HSL183.58º78.82%16.67%-
HSV(B)183.58º88.16%29.8%-
XYZ3.735.217.65-
YUV53.62140.6396.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=5.73%
G=45.86%
B=48.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal972760.880.0500.70183.5878.8216.67
Hex9484C585046b84f11
Octal111101141305010627011721
Binary10011001000100110010110001010100011010111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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