#09484D

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

Shades of Sherpa Blue #09484D

Tints of Sherpa Blue #09484D

Color information

#09484D (or 0x09484D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 4D. RGB value is (9,72,77). Sum of RGB (Red+Green+Blue) = 9+72+77=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #09484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09484D is #F6B7B2. Grayscale: #353535. Windows color (decimal): -16168883 or 5064713. OLE color: 5064713.

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

Color convert

RGB97277-
CMYK0.880.0600.70
HSL184.41º79.07%16.86%-
HSV(B)184.41º88.31%30.2%-
XYZ3.775.237.83-
YUV53.73141.1396.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=5.70%
G=45.57%
B=48.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal972770.880.0600.70184.4179.0716.86
Hex9484D586046b84f11
Octal111101151306010627011721
Binary10011001000100110110110001100100011010111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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