#005046

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

Shades of Sherpa Blue #005046

Tints of Sherpa Blue #005046

Color information

#005046 (or 0x005046) is unknown color: approx Sherpa Blue. HEX triplet: 00, 50 and 46. RGB value is (0,80,70). Sum of RGB (Red+Green+Blue) = 0+80+70=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #005046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005046 is #FFAFB9. Grayscale: #363636. Windows color (decimal): -16756666 or 4608000. OLE color: 4608000.

HSL color Cylindrical-coordinate representation of color #005046: hue angle of 172.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005046 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB08070-
CMYK100.120.69
HSL172.5º100%15.69%-
HSV(B)172.5º100%31.37%-
XYZ3.976.186.78-
YUV54.94136.588.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=0%
G=53.33%
B=46.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08070100.120.69172.510015.69
Hex05046640C45ac6410
Octal012010614401410525414420
Binary010100001000110110010001100100010110101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005046; }

 p { color: rgb(0,80,70); }

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

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

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

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

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

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

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