#09484B

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

Shades of Sherpa Blue #09484B

Tints of Sherpa Blue #09484B

Color information

#09484B (or 0x09484B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 4B. RGB value is (9,72,75). Sum of RGB (Red+Green+Blue) = 9+72+75=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #09484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09484B is #F6B7B4. Grayscale: #353535. Windows color (decimal): -16168885 or 4933641. OLE color: 4933641.

HSL color Cylindrical-coordinate representation of color #09484B: hue angle of 182.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09484B is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB97275-
CMYK0.880.0400.71
HSL182.73º78.57%16.47%-
HSV(B)182.73º88%29.41%-
XYZ3.75.27.47-
YUV53.5140.1396.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=5.77%
G=46.15%
B=48.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal972750.880.0400.71182.7378.5716.47
Hex9484B584047b74f10
Octal111101131304010726711720
Binary10011001000100101110110001000100011110110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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