#09474B

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

Shades of Sherpa Blue #09474B

Tints of Sherpa Blue #09474B

Color information

#09474B (or 0x09474B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 47 and 4B. RGB value is (9,71,75). Sum of RGB (Red+Green+Blue) = 9+71+75=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #09474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09474B is #F6B8B4. Grayscale: #343434. Windows color (decimal): -16169141 or 4933385. OLE color: 4933385.

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

Color convert

RGB97175-
CMYK0.880.0500.71
HSL183.64º78.57%16.47%-
HSV(B)183.64º88%29.41%-
XYZ3.645.077.44-
YUV52.92140.4696.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=5.81%
G=45.81%
B=48.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal971750.880.0500.71183.6478.5716.47
Hex9474B585047b84f10
Octal111071131305010727011720
Binary10011000111100101110110001010100011110111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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