#09464E

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

Shades of Sherpa Blue #09464E

Tints of Sherpa Blue #09464E

Color information

#09464E (or 0x09464E) is unknown color: approx Sherpa Blue. HEX triplet: 09, 46 and 4E. RGB value is (9,70,78). Sum of RGB (Red+Green+Blue) = 9+70+78=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #09464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09464E is #F6B9B1. Grayscale: #343434. Windows color (decimal): -16169394 or 5129737. OLE color: 5129737.

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

Color convert

RGB97078-
CMYK0.880.1000.69
HSL186.96º79.31%17.06%-
HSV(B)186.96º88.46%30.59%-
XYZ3.684.997.98-
YUV52.67142.2996.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=5.73%
G=44.59%
B=49.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal970780.880.1000.69186.9679.3117.06
Hex9464E58A045bb4f11
Octal1110611613012010527311721
Binary100110001101001110101100010100100010110111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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