#014646

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

Shades of Sherpa Blue #014646

Tints of Sherpa Blue #014646

Color information

#014646 (or 0x014646) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 46. RGB value is (1,70,70). Sum of RGB (Red+Green+Blue) = 1+70+70=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #014646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014646 is #FEB9B9. Grayscale: #313131. Windows color (decimal): -16693690 or 4605441. OLE color: 4605441.

HSL color Cylindrical-coordinate representation of color #014646: hue angle of 180º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014646 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB17070-
CMYK0.99000.73
HSL180º97.18%13.92%-
HSV(B)180º98.57%27.45%-
XYZ3.314.836.55-
YUV49.37139.6493.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=0.71%
G=49.65%
B=49.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170700.99000.7318097.1813.92
Hex14646630049b461e
Octal11061061430011126414116
Binary11000110100011011000110010010011011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014646; }

 p { color: rgb(1,70,70); }

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

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

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

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

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

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

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